{ "mcpServers": { "mcpserver_spectrum": { "type": "streamable_http", "url": "http://localhost:8000", "name": "mcpserver_spectrum", "install": { "commands": ["python -m pip install --upgrade pip", "pip install -r requirements.txt"] }, "start": { "command": "python", "args": ["server.py"] }, "service": { "port": 8000, "protocol": "http" } } } }