This commit is contained in:
Jeremiah Lowin 2024-11-30 20:10:21 -05:00
commit 74c2d7affd
2 changed files with 2 additions and 4 deletions

View file

@ -11,9 +11,7 @@ A fast, Pythonic way to build Model Context Protocol servers
</div>
Want to connect your LLMs to data and tools? FastMCP makes it simple!
In just a few lines of code, you can expose your functionality through a [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server:
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:
```python
from fastmcp import FastMCP

2
uv.lock generated
View file

@ -228,7 +228,7 @@ wheels = [
[[package]]
name = "fastmcp"
version = "0.2.1.dev56+g0fb37ec.d20241201"
version = "0.3.1.dev3+g35b0931.d20241201"
source = { editable = "." }
dependencies = [
{ name = "httpx" },