Skip to content

Commit 331a539

Browse files
authored
Merge pull request #22618 from mvdbeek/fastmcp_mount_fix
Mount fastmcp at subapp root
2 parents c180663 + 6727dd9 commit 331a539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/galaxy/webapps/galaxy/api

lib/galaxy/webapps/galaxy/api/mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def get_user(api_key: str, ctx: MCPContext) -> dict[str, Any]:
429429
ops_manager = get_operations_manager(api_key, ctx)
430430
return ops_manager.get_user()
431431

432-
mcp_app = mcp.http_app()
432+
mcp_app = mcp.http_app(path="/")
433433
mcp_app.state.mcp_server = mcp
434434

435435
logger.info("MCP server initialized (Streamable HTTP)")

0 commit comments

Comments
 (0)