Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
了解Scenext 的MCP服务器
{ "mcpServers": { "scenext": { "command": "uvx", "args": ["scenext-mcp"], "env": { "SCENEXT_API_KEY": "your_actual_api_key_here" } } } }
{ "mcpServers": { "scenext": { "type": "streamable-http", "url": "https://mcp.scenext.cn/mcp/", "headers": { "Authorization": "Bearer your_actual_api_key_here" } } } }