Skip to content

Conversation

@joelverhagen
Copy link
Contributor

Progress on https://github.com/microsoft/vscode-copilot/issues/15329.

This adds support for NuGet packages similar to npm and Python, using the new dnx command that is shipping as part of .NET 10 Preview 6. There will be a corresponding PR on the microsoft/vscode-copilot-chat repository.

Sibling PR: microsoft/vscode#254678

Not working yet:

Ideas:

  • Run dotnet tool install --tool-path ... on the tool to get the embedded .mcp/server.json.

@joelverhagen joelverhagen changed the title [WIP] Add support for NuGet as an MCP package source [WIP] Add support for NuGet as an MCP package source (Copilot) Jul 8, 2025
@connor4312
Copy link
Member

You can see the LM respose/log by running the "Show Chat Debug View" command. That'll include output details which should help diagnose the failure.

@joelverhagen
Copy link
Contributor Author

Show Chat Debug View

Thanks, I had found that via the Copilot Chat Debug button on the sidebar. That's pretty nice.

mcpToolSetupLoop_28c8b1eb.copilotmd.log

2025-07-08 14:13:20.404 [error] TypeError: Cannot destructure property 'name' of 'mapFindFirst(...)' as it is undefined.
    at q:\src\vscode-copilot-chat\src\extension\mcp\vscode-node\commands.ts:144:12

The tool loop result is empty, strangely:
image

@connor4312
Copy link
Member

Made some changes with #256

@connor4312 connor4312 closed this Jul 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants