diff --git a/mcp.json b/mcp.json index e35f769..fbe632c 100644 --- a/mcp.json +++ b/mcp.json @@ -1,9 +1,8 @@ { - "hex": { - "command": "npx", - "args": ["mcp-remote", "https://app.hex.tech/mcp", "--header", "user-agent:${USER_AGENT}"], - "env": { - "USER_AGENT": "hex-cursor-plugin/1.0.0" + "mcpServers": { + "hex": { + "type": "http", + "url": "https://app.hex.tech/mcp" } } }