Skip to content
VS Code

dsh-novel-writer — 网文写作体检 for VS Code

io.github.siweina/dsh-novel-writer

Offline toolkit: 18 tools for Chinese web-novel style, plot-thread and continuity audits.

client:VS Code transport:stdio runtime:npm

Install dsh-novel-writer — 网文写作体检 in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "dsh-novel-writer-root",
      "description": "DSH_NOVEL_WRITER_ROOT",
      "password": true
    },
    {
      "type": "promptString",
      "id": "dsh-novel-writer-state",
      "description": "DSH_NOVEL_WRITER_STATE",
      "password": true
    }
  ],
  "servers": {
    "dsh-novel-writer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dsh-novel-writer"
      ],
      "env": {
        "DSH_NOVEL_WRITER_ROOT": "${input:dsh-novel-writer-root}",
        "DSH_NOVEL_WRITER_STATE": "${input:dsh-novel-writer-state}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

dsh-novel-writer — 网文写作体检 in other clients