@t2000/cli 0.37.1 → 0.37.2
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.
|
@@ -138007,6 +138007,7 @@ ${context}
|
|
|
138007
138007
|
})
|
|
138008
138008
|
);
|
|
138009
138009
|
}
|
|
138010
|
+
var PKG_VERSION = "0.37.2";
|
|
138010
138011
|
console.log = (...args) => console.error("[log]", ...args);
|
|
138011
138012
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
138012
138013
|
async function startMcpServer(opts) {
|
|
@@ -138017,7 +138018,7 @@ async function startMcpServer(opts) {
|
|
|
138017
138018
|
);
|
|
138018
138019
|
process.exit(1);
|
|
138019
138020
|
}
|
|
138020
|
-
const server = new McpServer({ name: "t2000", version:
|
|
138021
|
+
const server = new McpServer({ name: "t2000", version: PKG_VERSION });
|
|
138021
138022
|
registerReadTools(server, agent);
|
|
138022
138023
|
registerWriteTools(server, agent);
|
|
138023
138024
|
registerSafetyTools(server, agent);
|
|
@@ -138096,4 +138097,4 @@ axios/dist/node/axios.cjs:
|
|
|
138096
138097
|
*)
|
|
138097
138098
|
*)
|
|
138098
138099
|
*/
|
|
138099
|
-
//# sourceMappingURL=dist-
|
|
138100
|
+
//# sourceMappingURL=dist-P7SWDSUQ.js.map
|