From a2ac6676687ab07c5f800edfd19ec073c7bf5694 Mon Sep 17 00:00:00 2001 From: richarjiang Date: Wed, 1 Oct 2025 22:55:34 +0800 Subject: [PATCH] perf --- .kilocode/mcp.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .kilocode/mcp.json diff --git a/.kilocode/mcp.json b/.kilocode/mcp.json new file mode 100644 index 0000000..593d07e --- /dev/null +++ b/.kilocode/mcp.json @@ -0,0 +1,14 @@ +{ + "mcpServers": { + "context7": { + "command": "npx", + "args": [ + "-y", + "@upstash/context7-mcp" + ], + "env": { + "DEFAULT_MINIMUM_TOKENS": "" + } + } + } +} \ No newline at end of file