ForgeaX-Games/forgeax-dsh-game-plugin ↗★ 0
@forgeax/dsh-game
DeepSeek Harness bundle wiring the @forgeax/game MCP server, its bundled ForgeaX Skills, and a workspace guard into a DSH profile.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ForgeaX-Games/forgeax-dsh-game-plugin说明文档
阅读完整 README ↗Configuration
The four rows this bundle inserts, all namespaced so they can never collide with another bundle:
| Row id | Module | Purpose |
|---|---|---|
forgeax-game.launch-spec | @forgeax/dsh-game/launch-spec | Resolves + verifies @forgeax/game, publishes the forgeaxGameLaunch service |
forgeax-game.mcp-client | @deepseek-ai/dsh-mcp-client | stdio bridge, serverName: forgeax |
forgeax-game.skill-source | @forgeax/dsh-game/skill-source | Registers the package's Skills |
forgeax-game.workspace-guard | @forgeax/dsh-game/workspace-guard | Tool policy: denies on tools/pre-execute, reports an unverifiable call on tools/post-execute |
The resolver itself lives in a fifth module, @forgeax/dsh-game/forgeax-package, which
imports no framework. Provenance tooling can load it from an installed profile, where the
DSH packages are peers the profile never installs a second copy of.
To change something, add a row with the same id to your profile's user patch file.
A patch replaces the whole config of the targeted row — there is no deep merge — so
you must restate every field you want to keep. For example, to shorten the tool-call
timeout: