Spaces:
Running
Running
Jeremiah Lowin commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,11 +7,11 @@
|
|
| 7 |
[](https://github.com/jlowin/fastmcp/actions/workflows/run-tests.yml)
|
| 8 |
[](https://github.com/jlowin/fastmcp/blob/main/LICENSE)
|
| 9 |
|
| 10 |
-
The fast, Pythonic way to build
|
| 11 |
|
| 12 |
</div>
|
| 13 |
|
| 14 |
-
MCP servers are a new, standardized way to provide context and tools to your LLMs, and FastMCP makes building MCP servers simple and intuitive. Create tools, expose resources, and define prompts with clean, Pythonic code:
|
| 15 |
|
| 16 |
```python
|
| 17 |
# demo.py
|
|
|
|
| 7 |
[](https://github.com/jlowin/fastmcp/actions/workflows/run-tests.yml)
|
| 8 |
[](https://github.com/jlowin/fastmcp/blob/main/LICENSE)
|
| 9 |
|
| 10 |
+
The fast, Pythonic way to build MCP servers
|
| 11 |
|
| 12 |
</div>
|
| 13 |
|
| 14 |
+
[Model Context Protocol (MCP)](https://modelcontextprotocol.io) servers are a new, standardized way to provide context and tools to your LLMs, and FastMCP makes building MCP servers simple and intuitive. Create tools, expose resources, and define prompts with clean, Pythonic code:
|
| 15 |
|
| 16 |
```python
|
| 17 |
# demo.py
|