Spaces:
Running
Running
| # Required on Hugging Face Spaces as a Secret | |
| MCP_API_KEY=change-me-to-a-long-random-secret | |
| # Optional. Default is sse. Valid FastMCP transports include sse, http, streamable-http. | |
| MCP_TRANSPORT=sse | |
| # Optional comma-separated allow-list for remote MCP server hostnames. | |
| # Example: ALLOWED_MCP_HOSTS=example.com,my-mcp-server.com | |
| ALLOWED_MCP_HOSTS= | |