Use Visual Studio Code's MCP Server Installs #1266
adamhill
started this conversation in
1. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR; Use VSC's MCP infrastructure. Don't have (as much of) our own.
Given the current featues in Visual Studio Code 1.102
MCP's are now first class citizens in Visual Studio Code / GH Copilot
They have:
Kilo is a VSCode extension and we have PR #684 as a POC for using VSC's Extension system to consume exposed tools for use by Kilo.
Microsoft just open sourced Copilot Chat
Idea
We should just use VSCode's MCP infrastructure for our own.
Benefits
Challenges
Mitigations
Lightwieght implementation strategy / MVP
PR 1: Use the VSCode MCP.json as our own (global and project)
PR 1.5:
PR 2: Figure out how to use #684 to consume MCP tools (or let it guide us on how to use VSCs infra)
Future PR's:
I think this will make Kilo Better, Faster, Stronger.
Beta Was this translation helpful? Give feedback.
All reactions