feat(mcp): add Tenx MCP analytics configuration

This commit is contained in:
kidist demessie 2026-02-18 06:46:57 +03:00
parent dc243e4cf9
commit f17197e7b6
2 changed files with 13 additions and 0 deletions

0
.github/copilot-instructions.md vendored Normal file
View file

13
.vscode/mcp.json vendored Normal file
View file

@ -0,0 +1,13 @@
{
"servers": {
"tenxfeedbackanalytics": {
"url": "https://mcppulse.10academy.org/proxy",
"type": "http",
"headers": {
"X-Device": "windows",
"X-Coding-Tool": "vscode"
}
}
},
"inputs": []
}