MCP example & Demo
@pcingola
MCP example & Demo について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP example & Demo?
MCP example & Demo is a simple MCP server that demonstrates the Model Context Protocol. It implements a basic "add" tool and shows how to communicate with an MCP server over STDIN using JSON‑RPC messages.
How to use MCP example & Demo?
Run the server with mcp run server.py and send JSON‑RPC messages over STDIN. Alternatively, use mcp dev server.py to launch the MCP inspector for interactive testing.
Key features of MCP example & Demo
- Provides a single "add" tool that sums two numbers
- Demonstrates the full MCP initialization handshake
- Supports tools/list and tools/call JSON‑RPC methods
- Includes an example of an error response from a tool call
- Uses STDIN transport by default
- Works with the MCP inspector in dev mode
Use cases of MCP example & Demo
- Learning how the MCP protocol works end‑to‑end
- Testing a client’s ability to handle initialize, ping, and tool calls
- A minimal reference implementation for developing custom MCP servers
- Demonstrating error handling in tool execution
FAQ from MCP example & Demo
What does the server do?
It provides an "add" tool that accepts two numeric arguments (a and b) and returns their sum.
How do I run the server?
Use mcp run server.py to start it on STDIN, or mcp dev server.py to open the MCP inspector.
What transport does the server use?
It communicates over STDIN using JSON‑RPC 2.0.
What protocol version does it support?
The server uses the MCP protocol version 2025-03-26.
Does the server support any other tools?
No, it only includes the single "add" tool demonstrated in the README.
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mlops
visengerA curated list of references for MLOps
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
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント