@t2000/cli 0.20.25 → 0.20.26
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.
|
@@ -22679,6 +22679,8 @@ ${context}
|
|
|
22679
22679
|
})
|
|
22680
22680
|
);
|
|
22681
22681
|
}
|
|
22682
|
+
console.log = (...args) => console.error("[log]", ...args);
|
|
22683
|
+
console.warn = (...args) => console.error("[warn]", ...args);
|
|
22682
22684
|
async function startMcpServer(opts) {
|
|
22683
22685
|
const agent = await createAgent(opts?.keyPath);
|
|
22684
22686
|
if (!agent.enforcer.isConfigured()) {
|
|
@@ -22698,4 +22700,4 @@ async function startMcpServer(opts) {
|
|
|
22698
22700
|
export {
|
|
22699
22701
|
startMcpServer
|
|
22700
22702
|
};
|
|
22701
|
-
//# sourceMappingURL=dist-
|
|
22703
|
+
//# sourceMappingURL=dist-BCZL4RIK.js.map
|