https://github.com/jinzcdev/mcp-demos
基于 MCP 协议的示例代码库
https://github.com/jinzcdev/mcp-demos
Last synced: about 1 month ago
JSON representation
基于 MCP 协议的示例代码库
- Host: GitHub
- URL: https://github.com/jinzcdev/mcp-demos
- Owner: jinzcdev
- License: mit
- Created: 2025-03-30T14:53:36.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-30T14:55:44.000Z (2 months ago)
- Last Synced: 2025-03-30T15:33:39.587Z (2 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 《从原理到实战:掌握 MCP》系列文章的示例代码库
本仓库将在后续维护一系列使用 Model Context Protocol (MCP) 的示例项目,用于展示如何使用 MCP 协议构建应用程序。
### 项目列表
- **[weather-server-node](./weather-server-node/)**: 官方示例,基于 Node.js 的天气服务 MCP 服务器,提供天气预报和天气警报功能。
- **[simple-filesystem-server-python](./simple-filesystem-server-python/)**: 基于 Python 的简易文件系统服务器,支持多种文件操作。### 通用安装步骤
每个子项目都有自己的安装和运行说明,请参阅各个项目目录中的 README.md 文件。