codeh007 / mtmdsh

已收录

Portable DeepSeek Harness plugins for mtm

main其他 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:codeh007/mtmdsh

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 2cc174d同步于 2026年8月18日

最近一次目录同步未能刷新此 README 快照。

mtmdsh

Portable plugins for DeepSeek Harness.

Demo

The first package is a minimal Cordis plugin. It exports the standard name and apply members and can be mounted by a loader or directly with Context.plugin().

pnpm install
pnpm check

Expected output:

Hello from mtmdsh.

Packages

  • mtmdsh-plugin-hello: minimal plugin and static-mount demo.
  • mtm-codebase-memory: opt-in DSH bundle for the codebase-memory MCP server.

DSH bundle

Install mtm-codebase-memory into a DSH profile to expose the official MCP bridge for a local codebase-memory-mcp executable. The package owns only the profile patch; the MCP server remains an external prerequisite. See the package README for installation, workspace indexing, and security configuration.

Release

The first release unit is mtm-codebase-memory; the hello package is a demo and is not published by the release workflow. See RELEASING.md for package-specific tags, npm integrity read-back, and local DSH updates.

License

MIT

仓库信息

开发语言
JavaScript
许可证
MIT
最后更新
2026年8月18日 08:05

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。