Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
6dda0a9
1
Parent(s): 99ea2b9
update welcome docs
Browse files- README.md +5 -3
- docs/getting-started/welcome.mdx +5 -3
README.md
CHANGED
|
@@ -17,11 +17,13 @@
|
|
| 17 |
> [!Note]
|
| 18 |
> #### Beyond the Protocol
|
| 19 |
>
|
| 20 |
-
> FastMCP is the standard framework for working with the Model Context Protocol. FastMCP 1.0 was incorporated into the [official
|
|
|
|
|
|
|
| 21 |
>
|
| 22 |
-
> FastMCP has a comprehensive set of features that go far beyond the core MCP specification, all in service of providing **the simplest path to production**. These include
|
| 23 |
>
|
| 24 |
-
> Ready to upgrade or get started? Follow the [installation instructions](/getting-started/installation), which include
|
| 25 |
|
| 26 |
---
|
| 27 |
|
|
|
|
| 17 |
> [!Note]
|
| 18 |
> #### Beyond the Protocol
|
| 19 |
>
|
| 20 |
+
> FastMCP is the standard framework for working with the Model Context Protocol. FastMCP 1.0 was incorporated into the [official MCP Python SDK](https://github.com/modelcontextprotocol/python-sdk) in 2024.
|
| 21 |
+
>
|
| 22 |
+
> This is FastMCP 2.0, the **actively maintained version** that provides a complete toolkit for working with the MCP ecosystem.
|
| 23 |
>
|
| 24 |
+
> FastMCP 2.0 has a comprehensive set of features that go far beyond the core MCP specification, all in service of providing **the simplest path to production**. These include deployment, auth, clients, server proxying and composition, generating servers from REST APIs, dynamic tool rewriting, built-in testing tools, integrations, and more.
|
| 25 |
>
|
| 26 |
+
> Ready to upgrade or get started? Follow the [installation instructions](/getting-started/installation), which include steps for upgrading from the official MCP SDK.
|
| 27 |
|
| 28 |
---
|
| 29 |
|
docs/getting-started/welcome.mdx
CHANGED
|
@@ -25,11 +25,13 @@ if __name__ == "__main__":
|
|
| 25 |
|
| 26 |
## Beyond the Protocol
|
| 27 |
|
| 28 |
-
FastMCP is the standard framework for working with the Model Context Protocol. FastMCP 1.0 was incorporated into the [official
|
| 29 |
|
| 30 |
-
|
| 31 |
|
| 32 |
-
|
|
|
|
|
|
|
| 33 |
|
| 34 |
|
| 35 |
## What is MCP?
|
|
|
|
| 25 |
|
| 26 |
## Beyond the Protocol
|
| 27 |
|
| 28 |
+
FastMCP is the standard framework for working with the Model Context Protocol. FastMCP 1.0 was incorporated into the [official MCP Python SDK](https://github.com/modelcontextprotocol/python-sdk) in 2024.
|
| 29 |
|
| 30 |
+
This is FastMCP 2.0, the **actively maintained version** that provides a complete toolkit for working with the MCP ecosystem.
|
| 31 |
|
| 32 |
+
FastMCP 2.0 has a comprehensive set of features that go far beyond the core MCP specification, all in service of providing **the simplest path to production**. These include deployment, auth, clients, server proxying and composition, generating servers from REST APIs, dynamic tool rewriting, built-in testing tools, integrations, and more.
|
| 33 |
+
|
| 34 |
+
Ready to upgrade or get started? Follow the [installation instructions](/getting-started/installation), which include steps for upgrading from the official MCP SDK.
|
| 35 |
|
| 36 |
|
| 37 |
## What is MCP?
|