-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed as not planned
Closed as not planned
Copy link
Labels
enhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedneeds confirmationNeeds confirmation that the PR is actually required or needed.Needs confirmation that the PR is actually required or needed.questionFurther information is requestedFurther information is requested
Description
Question
I’ve built a lightweight MCP server framework called MiniMCP on top of the MCP Python SDK.
MiniMCP was created mainly for remote MCP servers. It rethinks the server implementation to focus on simplicity, stateless message handling, and transport-agnostic design. It provides a single async handler function for processing MCP messages, making it easy to embed in frameworks like FastAPI.
My question is: Can MiniMCP be contributed to the official SDK? If not, can it be contributed to the modelcontextprotocol community as a companion project?
Additional Context
Key features include:
- Stateless, scalable, and transport-agnostic core
- Simple async handler for JSON-RPC 2.0 messages
- Built-in transports (stdio, HTTP, and Smart Streamable HTTP)
- Easy integration with frameworks such as FastAPI
- Typed scope/context for passing auth/session/db info
- Lightweight (depends only on official MCP SDK)
Metadata
Metadata
Assignees
Labels
enhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedneeds confirmationNeeds confirmation that the PR is actually required or needed.Needs confirmation that the PR is actually required or needed.questionFurther information is requestedFurther information is requested