fastmcp.jsonā¢631 B
{
"$schema": "https://gofastmcp.com/public/schemas/fastmcp.json/v1.json",
"source": {
"type": "filesystem",
"path": "ib_sec_mcp/mcp/server.py",
"entrypoint": "create_server"
},
"environment": {
"type": "uv",
"python": ">=3.9",
"dependencies": [
"requests>=2.32.5",
"pandas>=2.2.3",
"pydantic>=2.10.0",
"python-dotenv>=1.0.0",
"httpx>=0.27.0",
"rich>=13.7.0",
"typer>=0.12.0",
"fastmcp>=2.0.0"
],
"editable": ["."]
},
"deployment": {
"transport": "stdio",
"log_level": "INFO",
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}