# 模型上下文协议-中文 ## Docs - [CODE OF CONDUCT](https://mcp.vyagent.com/CODE_OF_CONDUCT.md) - [Create Plant](https://mcp.vyagent.com/api-reference/endpoint/create.md): Creates a new plant in the store - [Delete Plant](https://mcp.vyagent.com/api-reference/endpoint/delete.md): Deletes a single plant based on the ID supplied - [Get Plants](https://mcp.vyagent.com/api-reference/endpoint/get.md): Returns all plants from the system that the user has access to - [Introduction](https://mcp.vyagent.com/api-reference/introduction.md): Example section for showcasing API endpoints - [示例客户端](https://mcp.vyagent.com/clients.md): 支持MCP集成的应用程序列表 - [示例客户端](https://mcp.vyagent.com/clients-zh.md): 支持MCP集成的应用程序列表 - [Development](https://mcp.vyagent.com/development.md): Preview changes locally to update your docs - [参与贡献](https://mcp.vyagent.com/development/contributing.md): 如何参与 Model Context Protocol 的开发 - [参与贡献](https://mcp.vyagent.com/development/contributing-zh.md): 如何参与 Model Context Protocol 的开发 - [路线图](https://mcp.vyagent.com/development/roadmap.md): Model Context Protocol 的发展计划(2025年上半年) - [路线图](https://mcp.vyagent.com/development/roadmap-zh.md): Model Context Protocol 的发展计划(2025年上半年) - [最新动态](https://mcp.vyagent.com/development/updates.md): MCP 的最新更新和改进 - [最新动态](https://mcp.vyagent.com/development/updates-zh.md): MCP 的最新更新和改进 - [核心架构](https://mcp.vyagent.com/docs/concepts/architecture.md): 了解MCP如何连接客户端、服务器和LLM - [核心架构](https://mcp.vyagent.com/docs/concepts/architecture-zh.md): 了解MCP如何连接客户端、服务器和LLM - [提示词(Prompts)](https://mcp.vyagent.com/docs/concepts/prompts.md): 创建可重用的提示词模板和工作流 - [提示词(Prompts)](https://mcp.vyagent.com/docs/concepts/prompts-zh.md): 创建可重用的提示词模板和工作流 - [资源](https://mcp.vyagent.com/docs/concepts/resources.md): 将服务器中的数据和内容暴露给 LLM - [资源](https://mcp.vyagent.com/docs/concepts/resources-zh.md): 将服务器中的数据和内容暴露给 LLM - [根目录](https://mcp.vyagent.com/docs/concepts/roots.md): 理解 MCP 中的根目录概念 - [根目录](https://mcp.vyagent.com/docs/concepts/roots-zh.md): 理解 MCP 中的根目录概念 - [采样](https://mcp.vyagent.com/docs/concepts/sampling.md): 让你的服务器从 LLM 请求补全 - [采样](https://mcp.vyagent.com/docs/concepts/sampling-zh.md): 让你的服务器从 LLM 请求补全 - [工具](https://mcp.vyagent.com/docs/concepts/tools.md): 使 LLMs 能够通过你的服务器执行操作 - [工具](https://mcp.vyagent.com/docs/concepts/tools-zh.md): 使 LLMs 能够通过你的服务器执行操作 - [传输](https://mcp.vyagent.com/docs/concepts/transports.md): 了解 MCP 的通信机制 - [传输](https://mcp.vyagent.com/docs/concepts/transports-zh.md): 了解 MCP 的通信机制 - [调试](https://mcp.vyagent.com/docs/tools/debugging.md): Model Context Protocol (MCP) 集成的全面调试指南 - [调试](https://mcp.vyagent.com/docs/tools/debugging-zh.md): Model Context Protocol (MCP) 集成的全面调试指南 - [Inspector](https://mcp.vyagent.com/docs/tools/inspector.md): 使用MCP Inspector测试和调试Model Context Protocol服务器的深入指南 - [Inspector](https://mcp.vyagent.com/docs/tools/inspector-zh.md): 使用MCP Inspector测试和调试Model Context Protocol服务器的深入指南 - [Code Blocks](https://mcp.vyagent.com/essentials/code.md): Display inline code and code blocks - [Images and Embeds](https://mcp.vyagent.com/essentials/images.md): Add image, video, and other HTML elements - [Markdown Syntax](https://mcp.vyagent.com/essentials/markdown.md): Text, title, and styling in standard markdown - [Navigation](https://mcp.vyagent.com/essentials/navigation.md): The navigation field in docs.json defines the pages that go in the navigation menu - [Reusable Snippets](https://mcp.vyagent.com/essentials/reusable-snippets.md): Reusable, custom snippets to keep content in sync - [Global Settings](https://mcp.vyagent.com/essentials/settings.md): Mintlify gives you complete control over the look and feel of your documentation using the docs.json file - [示例服务器](https://mcp.vyagent.com/examples.md): 服务器示例和实现列表 - [示例服务器](https://mcp.vyagent.com/examples-zh.md): 服务器示例和实现列表 - [](https://mcp.vyagent.com/index.md) - [介绍](https://mcp.vyagent.com/introduction.md): 开始使用模型上下文协议(MCP) - [介绍](https://mcp.vyagent.com/introduction-zh.md): 开始使用模型上下文协议(MCP) - [Quickstart](https://mcp.vyagent.com/quickstart.md): Start building awesome documentation in under 5 minutes - [面向客户端开发者](https://mcp.vyagent.com/quickstart/client.md): 学习如何构建一个可以与所有MCP服务器集成的客户端。 - [面向客户端开发者](https://mcp.vyagent.com/quickstart/client-zh.md): 学习如何构建一个可以与所有MCP服务器集成的客户端。 - [服务器开发者指南](https://mcp.vyagent.com/quickstart/server.md): 学习如何构建自己的服务器,以便在 Claude for Desktop 和其他客户端中使用。 - [服务器开发者指南](https://mcp.vyagent.com/quickstart/server-zh.md): 学习如何构建自己的服务器,以便在 Claude for Desktop 和其他客户端中使用。 - [Claude桌面版用户指南](https://mcp.vyagent.com/quickstart/user.md): 在Claude桌面版中使用预构建服务器快速入门。 - [For Claude Desktop Users](https://mcp.vyagent.com/quickstart/user-zh.md): Get started using pre-built servers in Claude for Desktop. - [MCP 客户端](https://mcp.vyagent.com/sdk/java/mcp-client.md): 学习如何使用 Model Context Protocol (MCP) 客户端与 MCP 服务器交互 - [MCP 客户端](https://mcp.vyagent.com/sdk/java/mcp-client-zh.md): 学习如何使用 Model Context Protocol (MCP) 客户端与 MCP 服务器交互 - [概述](https://mcp.vyagent.com/sdk/java/mcp-overview.md): Model Context Protocol (MCP) Java SDK 介绍 - [概述](https://mcp.vyagent.com/sdk/java/mcp-overview-zh.md): Model Context Protocol (MCP) Java SDK 介绍 - [MCP 服务器](https://mcp.vyagent.com/sdk/java/mcp-server.md): 学习如何实现和配置 Model Context Protocol (MCP) 服务器 - [MCP 服务器](https://mcp.vyagent.com/sdk/java/mcp-server-zh.md): 学习如何实现和配置 Model Context Protocol (MCP) 服务器 - [Building a client node](https://mcp.vyagent.com/tutorials/building-a-client-node.md) - [使用LLMs构建MCP](https://mcp.vyagent.com/tutorials/building-mcp-with-llms.md): 使用Claude等LLMs加速你的MCP开发! - [使用LLMs构建MCP](https://mcp.vyagent.com/tutorials/building-mcp-with-llms-zh.md): 使用Claude等LLMs加速你的MCP开发! ## OpenAPI Specs - [openapi](https://mcp.vyagent.com/api-reference/openapi.json) ## Optional - [Python SDK](https://github.com/modelcontextprotocol/python-sdk) - [TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk) - [Java SDK](https://github.com/modelcontextprotocol/java-sdk) - [Kotlin SDK](https://github.com/modelcontextprotocol/kotlin-sdk) - [规范](https://spec.modelcontextprotocol.io)