dotMCP.win-arm64 0.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package dotMCP.win-arm64 --version 0.1.1
                    
NuGet\Install-Package dotMCP.win-arm64 -Version 0.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="dotMCP.win-arm64" Version="0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="dotMCP.win-arm64" Version="0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="dotMCP.win-arm64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add dotMCP.win-arm64 --version 0.1.1
                    
#r "nuget: dotMCP.win-arm64, 0.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package dotMCP.win-arm64@0.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=dotMCP.win-arm64&version=0.1.1
                    
Install as a Cake Addin
#tool nuget:?package=dotMCP.win-arm64&version=0.1.1
                    
Install as a Cake Tool

dotMCP (SharpMCP.Server)

MCP server that exposes a C# solution as a semantic graph over Roslyn, instead of requiring an LLM agent to grep files and re-parse text on every step.

What it's for

Connect this server to an MCP-capable client (Claude Code, VS Code + Copilot, Cursor, etc.) so the agent can navigate, analyze, and edit a C# solution through typed tool calls (get_type, find_callers, find_writes, rename_symbol, concurrency_audit, tests_run, and more) instead of raw file search-and-replace.

See the repository at https://github.com/QsROg8320/SharpMCP.claude/skills/sharpmcp-tools/SKILL.md there documents all 57 tools with real tested examples, argument constraints, and known gaps.

Usage via NuGet (dnx)

{
  "servers": {
    "dotMCP": {
      "type": "stdio",
      "command": "dnx",
      "args": ["dotMCP@0.1.0", "--yes"]
    }
  }
}

Requires the .NET 10 SDK (for the dnx command) on the machine running the MCP client.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.2 0 7/18/2026
0.7.1 0 7/18/2026
0.7.0 0 7/18/2026
0.6.1 30 7/17/2026
0.6.0 62 7/16/2026
0.5.0 60 7/16/2026
0.4.0 56 7/16/2026
0.3.0 56 7/16/2026
0.2.0 72 7/14/2026
0.1.2 74 7/13/2026
0.1.1 77 7/13/2026
0.1.0 79 7/13/2026