← Back to Plugins
MCP Server MCP

io.github.christian289/wpf-dev-pack-mcp

github By github 👁 1 views ▲ 0 votes

Serves WPF Dev Pack knowledge topics to AI agents from a local repo clone.

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "WpfDevPackMcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to a local clone of christian289/dotnet-with-claudecode (the knowledge source). Alternatively set it once via /wpf-dev-pack:set-repo-path.",
          "isRequired": true,
          "name": "WPFDEVPACK_REPO_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...