소개
Simple is a Python-based project focused on building MCP servers. It leverages FastMCP, FastAPI, and streamable HTTP to provide a clear and accessible platform for understanding and working with the Model Context Protocol. The project provides a testing platform for MCP clients and emphasizes the separation between service and client, showcasing the recommended approach for building MCP servers with streamable HTTP transport.
주요 기능
- Implements a simple MCP server using FastMCP
- Includes a testing client to verify functionality
- Integrates with FastAPI to serve as a streamable HTTP service
- Provides a basic echo and add tool as examples
- Supports stateful and stateless server configurations
- 0 GitHub stars
사용 사례
- Building MCP servers for LLM applications
- Testing and understanding MCP client interactions
- Integrating MCP functionality into existing FastAPI applications