mtmdsh
其他 活跃维护

mtmdsh

codeh007/mtmdsh

轻量级可移植插件,可直接为mtm工具链集成DeepSeek大模型调用能力,无需额外复杂配置,兼容多版本mtm运行环境,安装后即可快速调用模型完成各类任务。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
10 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:codeh007/mtmdsh
git clone https://github.com/codeh007/mtmdsh.git
git clone git@github.com:codeh007/mtmdsh.git
README.md main

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