Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mcp_gateway/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ async def lifespan(server: FastMCP) -> AsyncIterator[GetewayContext]:

# Initialize the MCP gateway server
# Pass description and version if desired
mcp = FastMCP("MCP Gateway", lifespan=lifespan, version="1.0.0")
mcp = FastMCP("MCP Gateway", lifespan=lifespan)


# --- Gateway's Own Capability Implementations ---
Expand Down