mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
update
This commit is contained in:
parent
35b09310d1
commit
74c2d7affd
2 changed files with 2 additions and 4 deletions
|
|
@ -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
2
uv.lock
generated
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue