chore: move ws support to feat-ws

This commit is contained in:
Sun-ZhenXing
2025-07-21 11:44:33 +08:00
parent 2b48a92596
commit 7941617a8f
6 changed files with 9 additions and 171 deletions

View File

@@ -9,10 +9,7 @@ This project provides an MCP application template integrated with FastAPI.
- [x] Support for SSE / StreamableHTTP / WebSocket
- [x] Support for packaging and distribution
Starting from v0.1.2, we use `BetterFastMCP` to replace `FastMCP`, providing more comprehensive features than the official `FastMCP`:
- [x] Support for Pydantic models as input parameters, enabling more complex input parameter types and convenient description addition
- [x] Support for WebSocket as transport layer, access by `/{mcp_name}/websocket/ws`
To use WebSocket, you need to switch to the `feat-ws` branch.
## Getting Started