mcp-testing
If you are the rightful owner of mcp-testing and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides an overview and usage instructions for a Model Context Protocol (MCP) server, which facilitates communication between models and clients using the MCP technology.
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