Installation & Configuration
{
"mcpServers": {
"fastapi-mcp": {
"command": "uvicorn",
"args": [
"your_app:app"
]
}
}
}Information
Transport
ssestreamable-http
Language
Python
Created
2026/6/13
Updated
2026/6/13
{
"mcpServers": {
"fastapi-mcp": {
"command": "uvicorn",
"args": [
"your_app:app"
]
}
}
}