@t2000/cli 0.22.3 → 0.22.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.
|
@@ -22796,7 +22796,7 @@ async function startMcpServer(opts) {
|
|
|
22796
22796
|
);
|
|
22797
22797
|
process.exit(1);
|
|
22798
22798
|
}
|
|
22799
|
-
const server = new McpServer({ name: "t2000", version: "0.22.
|
|
22799
|
+
const server = new McpServer({ name: "t2000", version: "0.22.4" });
|
|
22800
22800
|
registerReadTools(server, agent);
|
|
22801
22801
|
registerWriteTools(server, agent);
|
|
22802
22802
|
registerSafetyTools(server, agent);
|
|
@@ -22807,4 +22807,4 @@ async function startMcpServer(opts) {
|
|
|
22807
22807
|
export {
|
|
22808
22808
|
startMcpServer
|
|
22809
22809
|
};
|
|
22810
|
-
//# sourceMappingURL=dist-
|
|
22810
|
+
//# sourceMappingURL=dist-72NNY4EV.js.map
|