Hi,
I tried to use copilot plugin in VS Code github copilot chat. use and list works. But when I ask questions, seems the connected context never be directly used. I asked in Github copilot to debug. Looks like it's better to add .mcp.json and define a stdio server using ${PLUGIN_ROOT}/src/copilot/mcp-bridge.mjs.
"mcpServers": "./.mcp.json"
The output from github copilot from VS code:
get_context is not exposed in this session’s available tools, even though the NeatContext prompt instructs me to call it. I can connect contexts via its CLI, but I cannot retrieve the connected context’s contents through get_context.
Hi,
I tried to use copilot plugin in VS Code github copilot chat.
useandlistworks. But when I ask questions, seems the connected context never be directly used. I asked in Github copilot to debug. Looks like it's better to add .mcp.json and define a stdio server using${PLUGIN_ROOT}/src/copilot/mcp-bridge.mjs."mcpServers": "./.mcp.json"The output from github copilot from VS code: