My mcp server is gone failed by rack of list_resource_templates.
The Visual Studio asks list_resource_templates after one day.
I think the recent update of the Visual Studio made some changes.
For work around, I temporarily added the lines below on mysql_mcp_server/src/mysql_mcp_server/server.py.
@app.list_resource_templates()
async def list_resource_templates() -> list[dict]:
"""Return available resource templates. For now, return empty."""
return []
It might be needed some work for this issue.
My mcp server is gone failed by rack of list_resource_templates.
The Visual Studio asks list_resource_templates after one day.
I think the recent update of the Visual Studio made some changes.
For work around, I temporarily added the lines below on
mysql_mcp_server/src/mysql_mcp_server/server.py.It might be needed some work for this issue.