Open
Description
在示例化时传递参数base_url,代码如下:
mcp = FastApiMCP(
app,
exclude_tags=["get_weather_tag"],
base_url="http://localhost:8000"
)
启动fastapi应用时报如下错误:
mcp = FastApiMCP(
TypeError: FastApiMCP.init() got an unexpected keyword argument 'base_url'