@d5render/cli 0.1.4 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -16,10 +16,6 @@ CI MCP 的入口是 [server.ts](.\copilot\server\index.ts) 会经历一轮打包
16
16
  4. 返回 Promise 之后会丢失开发过程中的类型支持,registerTool 调用时可先不写 Promise 看 MCP Server 支持的返回参数
17
17
  5. 其他用例参考 https://github.com/modelcontextprotocol/typescript-sdk/tree/main/src/examples
18
18
 
19
- copilot\CHANGELOG.md:有功能变更的时候写这里,将会
20
- 1. 跟随发包时写进 根CHANGELOG.md
21
- 2. 包第一次安装后会进行通知
22
-
23
19
  # debug
24
20
 
25
21
  项目初始化会多出来 Standalone 的调试配置。