@t2000/cli 0.20.2 → 0.20.4
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
|
@@ -22360,7 +22360,7 @@ async function startMcpServer(opts) {
|
|
|
22360
22360
|
);
|
|
22361
22361
|
process.exit(1);
|
|
22362
22362
|
}
|
|
22363
|
-
const server = new McpServer({ name: "t2000", version: "0.
|
|
22363
|
+
const server = new McpServer({ name: "t2000", version: "0.20.1" });
|
|
22364
22364
|
registerReadTools(server, agent);
|
|
22365
22365
|
registerWriteTools(server, agent);
|
|
22366
22366
|
registerSafetyTools(server, agent);
|
|
@@ -22371,4 +22371,4 @@ async function startMcpServer(opts) {
|
|
|
22371
22371
|
export {
|
|
22372
22372
|
startMcpServer
|
|
22373
22373
|
};
|
|
22374
|
-
//# sourceMappingURL=dist-
|
|
22374
|
+
//# sourceMappingURL=dist-V2C7NCAD.js.map
|