{"name":"Cisco Support MCP SSE Server","description":"MCP Server-Sent Events transport for Cisco Support APIs","authentication":{"enabled":true,"type":"BEARER","note":"Bearer token - Token displayed in console logs on startup"},"endpoints":{"mcp":"/mcp (POST/GET/DELETE) - MCP StreamableHTTP endpoint","sse":"/sse (GET) - Legacy SSE connection","messages":"/messages (POST) - Legacy SSE messages","health":"/health (GET) - Health check (no auth required)"},"activeTransports":7,"timestamp":"2026-09-22T09:06:59.242Z","examples":{"curl":"curl -H \"Authorization: Bearer <token>\" http://localhost:3000/mcp","curlQuery":"curl http://localhost:3000/mcp?token=<token>","javascript":"fetch('http://localhost:3000/mcp', { headers: { 'Authorization': 'Bearer <token>' } })"}}