We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964a318 commit ba8d578Copy full SHA for ba8d578
fastapi_mcp/http_tools.py
@@ -83,6 +83,10 @@ def create_mcp_tools_from_openapi(
83
if not operation_id:
84
continue
85
86
+ # Skip MCP's internal tool that doesn't follow the same patterns
87
+ if operation_id == "handle_mcp_connection_mcp_get":
88
+ continue
89
+
90
# Create MCP tool for this operation
91
create_http_tool(
92
mcp_server=mcp_server,
0 commit comments