Skip to content

Commit c9408a8

Browse files
alecronCopilot
andauthored
Update utils/mcp_server.py
Co-authored-by: Copilot <[email protected]>
1 parent d002d31 commit c9408a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/mcp_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async def health_check(request: Request) -> Response:
119119
return JSONResponse({"status": "ok"})
120120

121121
log.info(
122-
f"Starting {mcp.name} at http://{app_config.sysdig_endpoint()}:{app_config['app']['port']}{MCP_MOUNT_PATH}{suffix_path}"
122+
f"Starting {mcp.name} at http://{app_config.sysdig_endpoint()}:{app_config.port()}{MCP_MOUNT_PATH}{suffix_path}"
123123
)
124124
# Use Uvicorn's Config and Server classes for more control
125125
config = uvicorn.Config(

0 commit comments

Comments
 (0)