fix: flask_restx namespace path wrong (#24456)
This commit is contained in:
@@ -13,7 +13,7 @@ api = ExternalApi(
|
||||
doc="/docs", # Enable Swagger UI at /mcp/docs
|
||||
)
|
||||
|
||||
mcp_ns = Namespace("mcp", description="MCP operations")
|
||||
mcp_ns = Namespace("mcp", description="MCP operations", path="/")
|
||||
|
||||
from . import mcp
|
||||
|
||||
|
Reference in New Issue
Block a user