mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-03-28 15:28:05 +00:00
feat: support stateless mcp
This commit is contained in:
@@ -13,6 +13,7 @@ mcp = FastMCP(
|
||||
allowed_origins=settings.cors.allow_origins.split(","),
|
||||
enable_dns_rebinding_protection=settings.mcp.enable_dns_rebinding_protection,
|
||||
),
|
||||
stateless_http=settings.mcp.stateless_http,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user