PulseAugur
实时 06:40:10
English(EN) MCP Server Architecture Patterns for LLM-Integrated Applications

论文详细介绍了用于 LLM 集成的 MCP 服务器架构模式

一篇新论文详细介绍了使用模型上下文协议 (MCP) 与大型语言模型集成的服务器的架构模式。该论文将生产环境中观察到的五种常见模式(包括资源网关和工具编排器)以及四种反模式进行了分类。它还量化了模式分类的评分者间信度,并测量了传输开销,发现对于 Claude Haiku 4.5Claude Sonnet 4.5 等模型,随着工具数量的增加,工具选择的准确性会显著下降。 AI

影响 提供了 LLM 集成的架构模式分类,帮助开发人员构建和维护基于 MCP 的服务器生态系统。

排序理由 该集群包含一篇详细介绍 LLM 集成架构模式的学术论文。

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 2 个来源。 我们如何撰写摘要 →

论文详细介绍了用于 LLM 集成的 MCP 服务器架构模式

报道来源 [2]

  1. arXiv cs.AI TIER_1 English(EN) · Carson Rodrigues, Oysturn Vas ·

    MCP Server Architecture Patterns for LLM-Integrated Applications

    arXiv:2606.30317v1 Announce Type: cross Abstract: The Model Context Protocol (MCP), introduced by Anthropic in November 2024, defines a standardized interface for connecting large language models (LLMs) to external tools, data sources, and services. Within months of release, hund…

  2. arXiv cs.AI TIER_1 English(EN) · Oysturn Vas ·

    MCP Server Architecture Patterns for LLM-Integrated Applications

    The Model Context Protocol (MCP), introduced by Anthropic in November 2024, defines a standardized interface for connecting large language models (LLMs) to external tools, data sources, and services. Within months of release, hundreds of community-built MCP servers appeared on Gi…