← Back to Plugins
MCP Server MCP

io.github.yifancong/rsdoctor

github By github 👁 2 views ▲ 0 votes

An MCP server that provides build analysis and optimization recommendations for Rspack projects.

Homepage Verified source GitHub

Install

npx -y @rsdoctor/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@rsdoctor/mcp-server",
      "version": "0.1.2-beta.0",
      "runtimeHint": "node",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...