try-works/dsh-paper-design

try-works★ 1TypeScript最后同步: 2026-08-16

在 GitHub 打开

Paper Design plugin for DeepSeek Harness

README 摘要

dsh-paper-design Paper Design MCP bridge as a DeepSeek Harness bundle. Connects to the Paper Desktop MCP server ( http://127.0.0.1:29979/mcp ), registers every Paper tool as a native paper tool with image screenshot support, injects Cursor-parity design guidance, registers the Paper skills, and exposes reconnect + OAuth auth commands. What it provides - paper tools — every tool advertised by Paper Desktop MCP ( get basic info , get screenshot , write html , update styles , …), registered natively on ctx.tools . Raw MCP inputSchema s are normalized to the enforced DSH JSON-Schema subset ( $schema / format / pattern / propertyNames / min / max stripped, anyOf → oneOf ). - Image screenshot forwarding — get screenshot image blocks are decoded and durably committed through ctx.attachments ( saveImage ), then emitted as attachment-backed image blocks (and deferred as plugin-sourced context for nested run code dispatches), so screenshots reach image-capable models. - Cursor-parity guidance — standing rules injected as a system-prompt section (order 150), plus the full paper-mcp-instructions guide injected for the first 2 agent turns after connect/reconnect. paper get guide also caches the…

在 GitHub 查看完整 README →
工具/开发dshdsh-paper-designdsh-pluginpaperpaper-design

分类