MCP Testing Server
by marhoy
This repository provides an example MCP (Message Communication Protocol) server and client implementation. It includes instructions on how to start the MCP server and a FastAPI server with MCP support.
View on GitHub
Last updated: N/A
Example MCP server and client
Start the MCP server
uv run mcp-server
Start the MCP server in debug mode
mcp dev src/mcp_testing/server/fastmcp.py
Start the FastAPI server with MCP support
uv run api-server