From 3913258e5a0d1d42e58562890f9e72acc8fb5d83 Mon Sep 17 00:00:00 2001 From: "indent[bot]" <216979840+indent[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:36:24 +0000 Subject: [PATCH] Add Context7 MCP server configuration for documentation lookup. Generated with [Indent](https://indent.com) Co-Authored-By: Indent --- .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..74553cd --- /dev/null +++ b/.mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "context7": { + "command": "npx", + "args": ["-y", "@upstash/context7-mcp@latest"] + } + } +}