integration-mcp-server
Version:
Integration MCP Server with YouTrack, Forgejo, and language server capabilities - easy setup for Claude Desktop & VSCode with Windows compatibility
31 lines • 737 B
JSON
{
"github.copilot.enable": {
"*": true,
"yaml": true,
"plaintext": false,
"markdown": true
},
"github.copilot.advanced": {
"inlineSuggestEnable": true
},
"github.copilot.chat.experimental.codeGeneration.enabled": true,
"github.copilot.chat.experimental.contextFiles.enabled": true,
"mcp.servers": {
"integration-mcp-server": {
"command": "cmd",
"args": ["/c", "npx", "integration-mcp-server"],
"env": {}
}
},
"mcp.enabled": true,
"files.exclude": {
"**/node_modules": true,
"**/.git": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"files.associations": {
"*.java": "java"
},
"java.configuration.updateBuildConfiguration": "interactive"
}