09 2025 档案

摘要:Get started building your own client that can integrate with all MCP servers. 开始构建你自己的客户端,以集成所有 MCP 服务。 In this tutorial, you’ll learn how to build an 阅读全文
posted @ 2025-09-18 17:50 菜鸟吊思 阅读(7) 评论(0) 推荐(0)
摘要:Get started building your own server to use in Claude for Desktop and other clients. 开始构建你自己的服务,用于 Claude Desktop 及其他客户端。 In this tutorial, we’ll buil 阅读全文
posted @ 2025-09-18 15:39 菜鸟吊思 阅读(8) 评论(0) 推荐(0)
摘要:Learn how to connect Claude to remote MCP servers and extend its capabilities with internet-hosted tools and data sources 现在你已成功将 Claude Desktop 连接到本地 阅读全文
posted @ 2025-09-18 15:13 菜鸟吊思 阅读(11) 评论(0) 推荐(0)
摘要:Learn how to extend Claude Desktop with local MCP servers to enable file system access and other powerful integrations 了解如何通过本地 MCP 服务扩展 Claude Deskto 阅读全文
posted @ 2025-09-18 11:26 菜鸟吊思 阅读(20) 评论(0) 推荐(0)
摘要:The Model Context Protocol uses string-based version identifiers following the format YYYY-MM-DD, to indicate the last date backwards incompatible cha 阅读全文
posted @ 2025-09-18 10:37 菜鸟吊思 阅读(2) 评论(0) 推荐(0)
摘要:MCP clients are instantiated by host applications to communicate with particular MCP servers. The host application, like Claude.ai or an IDE, manages 阅读全文
posted @ 2025-09-18 10:25 菜鸟吊思 阅读(8) 评论(0) 推荐(0)
摘要:MCP servers are programs that expose specific capabilities to AI applications through standardized protocol interfaces. MCP 服务端是通过标准化协议接口向 AI 应用公开特定功能 阅读全文
posted @ 2025-09-17 17:55 菜鸟吊思 阅读(9) 评论(0) 推荐(0)
摘要:This overview of the Model Context Protocol (MCP) discusses its scope and core concepts, and provides an example demonstrating each core concept. 本篇对模 阅读全文
posted @ 2025-09-16 18:38 菜鸟吊思 阅读(12) 评论(0) 推荐(0)
摘要:MCP (Model Context Protocol) is an open-source standard for connecting AI applications to external systems. MCP(模型上下文协议,Model Context Protocol)是一种用于连接 阅读全文
posted @ 2025-09-16 17:46 菜鸟吊思 阅读(6) 评论(0) 推荐(0)
摘要:⚠️ 重要更新:根据 MCP 规范 2025-06-18 版本,独立的 SSE(服务器发送事件)传输方式已被弃用,取而代之的是“可流式 HTTP”(Streamable HTTP)传输。当前 MCP 规范定义了两种主要的传输机制: stdio:标准输入/输出(推荐用于本地服务器) Streamabl 阅读全文
posted @ 2025-09-16 16:16 菜鸟吊思 阅读(24) 评论(0) 推荐(0)
摘要:Visual Studio Code 和 GitHub Copilot 可以充当客户端,来消费(使用)一个 MCP 服务器。你可能会问,我们为什么要这样做呢? 原因在于,这意味着 MCP 服务器所具备的任何功能,现在都可以直接在你的集成开发环境(IDE)中使用。 想象一下,例如你为 GitHub 添 阅读全文
posted @ 2025-09-16 15:50 菜鸟吊思 阅读(257) 评论(0) 推荐(0)
摘要:到目前为止,你已经了解了如何创建服务端和客户端。客户端能够显式地调用服务端来列出其工具、资源和提示词。然而,这种方法并不太实用。你的用户生活在智能代理时代,他们期望通过提示词与大语言模型(LLM)进行交互来完成任务。对用户而言,你是否使用 MCP 来存储功能并不重要,但他们确实期望能够使用自然语言进 阅读全文
posted @ 2025-09-15 10:10 菜鸟吊思 阅读(9) 评论(0) 推荐(0)
摘要:客户端是与 MCP 服务器直接通信以请求资源、工具和提示的自定义应用程序或脚本。与使用提供图形界面的检查工具不同,编写自己的客户端可以实现编程和自动化交互。这使开发人员能够将 MCP 功能集成到自己的工作流程中,自动化任务,并构建针对特定需求量身定制的解决方案。 概述 本课程介绍了 Model Co 阅读全文
posted @ 2025-09-14 21:06 菜鸟吊思 阅读(8) 评论(0) 推荐(0)
摘要:欢迎踏上 Model Context Protocol (MCP) 的第一步!无论您是 MCP 的新手还是希望深入了解的开发者,本指南将带您完成基本的设置和开发过程。您将发现 MCP 如何实现 AI 模型与应用程序之间的无缝集成,并学习如何快速准备环境以构建和测试基于 MCP 的解决方案。 简而言之 阅读全文
posted @ 2025-09-14 19:10 菜鸟吊思 阅读(115) 评论(0) 推荐(0)
摘要:Model Context Protocol 的官方 C# SDK,可让 .NET 应用程序、服务和库实现 MCP 客户端与服务端及两者的交互。有关可用功能的更多详细信息,请访问我们的 API 文档。 包 该SDK包含三个核心包: ModelContextProtocol NuGet 预览版 - 包 阅读全文
posted @ 2025-09-12 14:42 菜鸟吊思 阅读(19) 评论(0) 推荐(0)
摘要:什么是MCP? 模型上下文协议(Model Context Protocol,简称MCP)是一种标准化方式,用于让AI系统访问和与各种外部资源(如文件系统、数据库、API及其他服务)进行交互。MCP提供了一个统一的接口,任何符合该协议的系统都可以使用,从而避免了为每个集成编写独特连接器的需求。 通过 阅读全文
posted @ 2025-09-11 19:00 菜鸟吊思 阅读(8) 评论(0) 推荐(0)
摘要:在人工智能和机器学习快速发展的世界中,模型与应用程序之间的有效沟通至关重要。模型上下文协议(Model Context Protocol,简称MCP)是一种标准化的协议,旨在通过提供一种结构化的方式,在AI模型与其客户端之间交换上下文和数据,从而促进这种通信。无论您是构建由AI驱动的应用程序,还是将 阅读全文
posted @ 2025-09-11 18:45 菜鸟吊思 阅读(29) 评论(0) 推荐(0)