Files
funnywolf b6b4cbf017 0.4.0 I always have a choice
You shape nothing until you hold everything.
2026-06-27 19:08:48 +08:00

6 lines
195 B
Python

from apps.mcp.auth import ApiKeyMCPMiddleware
from apps.mcp.server import create_mcp_server
mcp_server = create_mcp_server()
mcp_asgi_app = ApiKeyMCPMiddleware(mcp_server.streamable_http_app())