microsoft / microsoft/aspire

Add nuget MCP to `.vscode/mcp.json`

Open
#14,056 0 comments 0 reactions 0 assignees View on GitHub
needs-area-label
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

see https://www.nuget.org/packages/NuGet.Mcp.Server/

this would allow the creation of a workflow that would periodically upgrade libraries (for cases where dependabot won't be smart enough to make required code-changes).

adding the following to `.vscode/mcp.json`
```json
{
"servers": {
"NuGet.Mcp.Server": {
"type": "stdio",
"command": "dnx",
"args": ["NuGet.Mcp.Server@1.1.24", "--yes"]
}
}
}
```

Contributor guide

Open the contributing guide

Research direction

Open .vscode/mcp.json and compare its existing server entries with the NuGet.Mcp.Server package information linked in the issue. Add the requested server configuration, then verify that the JSON remains valid and that the NuGet MCP server can be invoked through the configured dnx command.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
tooling
Issue type
Feature
Difficulty
1/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.