mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 06:54:18 +01:00
docs: Update FastMCP import paths and dependencies
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# /// script
|
||||
# dependencies = ["pydantic-ai-slim[openai]", "asyncpg", "numpy", "pgvector", "fastmcp"]
|
||||
# dependencies = ["pydantic-ai-slim[openai]", "asyncpg", "numpy", "pgvector"]
|
||||
# ///
|
||||
|
||||
# uv pip install 'pydantic-ai-slim[openai]' asyncpg numpy pgvector fastmcp
|
||||
# uv pip install 'pydantic-ai-slim[openai]' asyncpg numpy pgvector
|
||||
|
||||
"""
|
||||
Recursive memory system inspired by the human brain's clustering of memories.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# /// script
|
||||
# dependencies = ["fastmcp"]
|
||||
# dependencies = []
|
||||
# ///
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user