Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
1dfaf8e
1
Parent(s): 7c4c1b7
update
Browse files
README.md
CHANGED
|
@@ -11,9 +11,7 @@ A fast, Pythonic way to build Model Context Protocol servers
|
|
| 11 |
|
| 12 |
</div>
|
| 13 |
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
In just a few lines of code, you can expose your functionality through a [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server:
|
| 17 |
|
| 18 |
```python
|
| 19 |
from fastmcp import FastMCP
|
|
|
|
| 11 |
|
| 12 |
</div>
|
| 13 |
|
| 14 |
+
FastMCP makes building [Model Context Protocol (MCP)](https://modelcontextprotocol.io) servers simple and intuitive. Create tools, expose resources, and define prompts with clean, Pythonic code:
|
|
|
|
|
|
|
| 15 |
|
| 16 |
```python
|
| 17 |
from fastmcp import FastMCP
|
uv.lock
CHANGED
|
@@ -228,7 +228,7 @@ wheels = [
|
|
| 228 |
|
| 229 |
[[package]]
|
| 230 |
name = "fastmcp"
|
| 231 |
-
version = "0.
|
| 232 |
source = { editable = "." }
|
| 233 |
dependencies = [
|
| 234 |
{ name = "httpx" },
|
|
|
|
| 228 |
|
| 229 |
[[package]]
|
| 230 |
name = "fastmcp"
|
| 231 |
+
version = "0.3.1.dev3+g35b0931.d20241201"
|
| 232 |
source = { editable = "." }
|
| 233 |
dependencies = [
|
| 234 |
{ name = "httpx" },
|