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 d002d31 commit c9408a8Copy full SHA for c9408a8
utils/mcp_server.py
@@ -119,7 +119,7 @@ async def health_check(request: Request) -> Response:
119
return JSONResponse({"status": "ok"})
120
121
log.info(
122
- f"Starting {mcp.name} at http://{app_config.sysdig_endpoint()}:{app_config['app']['port']}{MCP_MOUNT_PATH}{suffix_path}"
+ f"Starting {mcp.name} at http://{app_config.sysdig_endpoint()}:{app_config.port()}{MCP_MOUNT_PATH}{suffix_path}"
123
)
124
# Use Uvicorn's Config and Server classes for more control
125
config = uvicorn.Config(
0 commit comments