From 73700e30659a7dd394afb0d309bd89f32ea50da6 Mon Sep 17 00:00:00 2001 From: Ben Jones Date: Wed, 22 Jul 2026 17:35:23 +0100 Subject: [PATCH] fix: add mcp.json so Cursor registers the bundled MCP server --- mcp.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mcp.json diff --git a/mcp.json b/mcp.json new file mode 100644 index 0000000..8abd164 --- /dev/null +++ b/mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "vercel": { + "type": "http", + "url": "https://mcp.vercel.com" + } + } +}