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": [] +}