mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
17 lines
308 B
JSON
17 lines
308 B
JSON
{
|
|
"source": {
|
|
"path": "test.py",
|
|
"object": "mcp"
|
|
},
|
|
"environment": {
|
|
"python": "3.10",
|
|
"dependencies": ["fastmcp", "httpx", "pandas", "httpx23"]
|
|
},
|
|
"deployment": {
|
|
"transport": "http",
|
|
"host": "127.0.0.1",
|
|
"port": 1234,
|
|
"path": "/mcp",
|
|
"log_level": "INFO"
|
|
}
|
|
}
|