fastmcp/test.fastmcp.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"
}
}