mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
12 lines
No EOL
235 B
JSON
12 lines
No EOL
235 B
JSON
{
|
|
"$schema": "https://gofastmcp.com/schemas/fastmcp_config/v1.json",
|
|
"entrypoint": "memory.py",
|
|
"environment": {
|
|
"dependencies": [
|
|
"pydantic-ai-slim[openai]",
|
|
"asyncpg",
|
|
"numpy",
|
|
"pgvector"
|
|
]
|
|
}
|
|
} |