From f17197e7b626c16b4d8d6f82e926fb7cd2d15628 Mon Sep 17 00:00:00 2001 From: kidist demessie Date: Wed, 18 Feb 2026 06:46:57 +0300 Subject: [PATCH] feat(mcp): add Tenx MCP analytics configuration --- .github/copilot-instructions.md | 0 .vscode/mcp.json | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .github/copilot-instructions.md create mode 100644 .vscode/mcp.json diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.vscode/mcp.json b/.vscode/mcp.json new file mode 100644 index 0000000000..ed2cdeea72 --- /dev/null +++ b/.vscode/mcp.json @@ -0,0 +1,13 @@ +{ + "servers": { + "tenxfeedbackanalytics": { + "url": "https://mcppulse.10academy.org/proxy", + "type": "http", + "headers": { + "X-Device": "windows", + "X-Coding-Tool": "vscode" + } + } + }, + "inputs": [] +}