mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
update readme
This commit is contained in:
parent
9f209357df
commit
58264bfe96
2 changed files with 75 additions and 52 deletions
|
|
@ -47,10 +47,13 @@ The MCP protocol is powerful but implementing it involves a lot of boilerplate -
|
|||
|
||||
FastMCP aims to be:
|
||||
|
||||
- **Fast**: High-level interface means less code and faster development
|
||||
- **Simple**: Build MCP servers with minimal boilerplate
|
||||
- **Pythonic**: Feels natural to Python developers
|
||||
- **Complete**: FastMCP aims to provide a full implementation of the core MCP specification
|
||||
🚀 **Fast**: High-level interface means less code and faster development
|
||||
|
||||
🍀 **Simple**: Build MCP servers with minimal boilerplate
|
||||
|
||||
🐍 **Pythonic**: Feels natural to Python developers
|
||||
|
||||
🔍 **Complete**: FastMCP aims to provide a full implementation of the core MCP specification
|
||||
|
||||
**FastMCP v1** focused on abstracting the most common boilerplate of exposing MCP server functionality, and is now included in the official MCP Python SDK. **FastMCP v2** expands on that foundation to introduce novel functionality mainly focused on simplifying server interactions, including flexible clients, proxying and composition, and deployment.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue