mcp-remote-call-ping-pong

mcp-remote-call-ping-pong

3.5

This project is a Ping-Pong server that illustrates the use of the Model Context Protocol (MCP) with FastAPI. It focuses on experimental and educational purposes, offering features like command handling and thread-safe session management.

Top Comments

mcp-api-server.py

Start the FastAPI server, supporting calls to MCP tools through API endpoints

mcp-sse-server.py

Start the SSE server, support calling the MCP tool through SSE

mcp-sse-client.py

SSE client for interacting with SSE servers

mcp-api-client.html

UI interface for interacting with API servers through browsers