mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-19 00:01:19 +00:00
feat(mcp): add Tenx MCP analytics configuration
This commit is contained in:
parent
dc243e4cf9
commit
f17197e7b6
2 changed files with 13 additions and 0 deletions
0
.github/copilot-instructions.md
vendored
Normal file
0
.github/copilot-instructions.md
vendored
Normal file
13
.vscode/mcp.json
vendored
Normal file
13
.vscode/mcp.json
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"servers": {
|
||||
"tenxfeedbackanalytics": {
|
||||
"url": "https://mcppulse.10academy.org/proxy",
|
||||
"type": "http",
|
||||
"headers": {
|
||||
"X-Device": "windows",
|
||||
"X-Coding-Tool": "vscode"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inputs": []
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue