build: complete upgrade to fastapi 0.141, mcp sdk v2, fastmcp 4 and httpx2
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from mcp.server.fastmcp import FastMCP
|
||||
from mcp.server.mcpserver import MCPServer
|
||||
|
||||
from ..admin_surface import register_service_admin_tools
|
||||
from .service import WfMcpService
|
||||
|
||||
|
||||
def register_broker_tools(server: FastMCP, service: WfMcpService) -> None:
|
||||
def register_broker_tools(server: MCPServer, service: WfMcpService) -> None:
|
||||
"""Register legacy bare-name broker tools from the shared admin registrar."""
|
||||
register_service_admin_tools(
|
||||
server,
|
||||
|
||||
Reference in New Issue
Block a user