Update mserverfottpa.py

add trust_all option
This commit is contained in:
AiShell 2025-04-15 21:44:32 +08:00 committed by GitHub
parent 452923e626
commit f7ede79533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)
# Initialize FastMCP server for Weather tools (SSE)
mcp = FastMCP("testtpa")
#mcp = FastMCP("testtpa",trust_all=True)
# Constants