MCP 学习项目⚡
@uoky5217
MCP 学习项目⚡ について
个人学习MCP
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Mcp-Server-Study": {
"command": "python",
"args": [
"main.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP 学习项目⚡?
MCP 学习项目⚡ is a learning project based on the Model Context Protocol (MCP) that demonstrates how to implement an MCP Server. It includes a FastAPI-based API server simulating a Java backend with basic arithmetic operations (addition, subtraction, multiplication, division), and two MCP server implementations — one using the stdio transport and another using the SSE (Server-Sent Events) transport. The project is intended for developers who want to learn MCP server development and testing.
How to use MCP 学习项目⚡?
To use the stdio mode, first run python main.py in the api_server directory to start the API service, then configure the MCP server in Cline with the provided stdio transport configuration. For SSE mode, after starting the API service, run python remote_server.py in the mcp_server directory to start the MCP server, then configure Cline with the SSE transport URL (http://127.0.0.1:8001/sse). In both cases, test the MCP server inside the Cline plugin.
Key features of MCP 学习项目⚡
- Arithmetic toolset: add, subtract, multiply, divide
- SSE-based real‑time message transport
- Async HTTP client (HTTPX) support
- Strong type input validation
- Two transport implementations: stdio and SSE
Use cases of MCP 学习项目⚡
- Learning how to build and configure an MCP Server
- Practicing MCP integration with the Cline plugin
- Understanding the difference between stdio and SSE transports
- Writing and running pytest unit tests for API endpoints
FAQ from MCP 学习项目⚡
What transport modes does MCP 学习项目⚡ support?
It supports two transport modes: stdio (local invocation via command line) and SSE (remote server using Uvicorn on port 8001).
What are the runtime dependencies?
Python 3.10+, the uv package manager, and dependencies listed in requirements.txt: Starlette (framework), Uvicorn (server), HTTPX (HTTP client), and the MCP Server‑Sent Transports library.
Where does the data live?
Data is simulated locally by the FastAPI API server; no external database is used. The API server runs on port 8000 and handles arithmetic requests.
Are there any limitations?
The project currently implements only basic arithmetic operations (add, subtract, multiply, divide). It is a learning project, not intended for production use.
How is authentication handled?
The README does not mention any authentication mechanisms for the MCP or API servers.
よくある質問
What transport modes does MCP 学习项目⚡ support?
It supports two transport modes: stdio (local invocation via command line) and SSE (remote server using Uvicorn on port 8001).
What are the runtime dependencies?
Python 3.10+, the uv package manager, and dependencies listed in `requirements.txt`: Starlette (framework), Uvicorn (server), HTTPX (HTTP client), and the MCP Server‑Sent Transports library.
Where does the data live?
Data is simulated locally by the FastAPI API server; no external database is used. The API server runs on port 8000 and handles arithmetic requests.
Are there any limitations?
The project currently implements only basic arithmetic operations (add, subtract, multiply, divide). It is a learning project, not intended for production use.
How is authentication handled?
The README does not mention any authentication mechanisms for the MCP or API servers.
基本情報
「その他」の他のコンテンツ
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ICSS
chokcoco不止于 CSS
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント