mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
13 lines
No EOL
234 B
JSON
13 lines
No EOL
234 B
JSON
{
|
|
"$schema": "https://gofastmcp.com/schemas/fastmcp/v1.json",
|
|
"source": {
|
|
"path": "server.py"
|
|
},
|
|
"environment": {
|
|
"python": "3.12",
|
|
"dependencies": ["requests"]
|
|
},
|
|
"deployment": {
|
|
"transport": "stdio"
|
|
}
|
|
} |