diff --git a/mcp_gateway/gateway.py b/mcp_gateway/gateway.py index 30f5b52..7511f5a 100644 --- a/mcp_gateway/gateway.py +++ b/mcp_gateway/gateway.py @@ -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 ---