Unixta MCP Server v1.0.0 Endpoints: GET /sse — SSE stream (connect your MCP client here) POST /messages — Deliver messages to active sessions GET /health — Health check VS Code: add to .vscode/mcp.json { "servers": { "unixta": { "type": "sse", "url": "https://mcp.unixta.com/sse" } } }