@termwright/mcp 0.3.1 → 0.3.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.
- package/dist/bin.js +2 -2
- package/dist/{chunk-EU4HGMLE.js → chunk-5ZGVVRJ3.js} +2 -2
- package/dist/{chunk-45LJP5X3.js → chunk-KYXEL3GC.js} +2 -2
- package/dist/{chunk-45LJP5X3.js.map → chunk-KYXEL3GC.js.map} +1 -1
- package/dist/docs.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +6 -6
- /package/dist/{chunk-EU4HGMLE.js.map → chunk-5ZGVVRJ3.js.map} +0 -0
package/dist/bin.js
CHANGED
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
toErrorPayload,
|
|
17
17
|
usageError,
|
|
18
18
|
writeAgentSkill
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-KYXEL3GC.js";
|
|
20
20
|
|
|
21
21
|
// src/server.ts
|
|
22
22
|
import { createServer } from "http";
|
|
@@ -626,4 +626,4 @@ export {
|
|
|
626
626
|
runCli,
|
|
627
627
|
main
|
|
628
628
|
};
|
|
629
|
-
//# sourceMappingURL=chunk-
|
|
629
|
+
//# sourceMappingURL=chunk-5ZGVVRJ3.js.map
|
|
@@ -2719,7 +2719,7 @@ function toolByName(name) {
|
|
|
2719
2719
|
|
|
2720
2720
|
// src/version.ts
|
|
2721
2721
|
var SERVER_NAME = "termwright";
|
|
2722
|
-
var SERVER_VERSION = "0.3.
|
|
2722
|
+
var SERVER_VERSION = "0.3.2";
|
|
2723
2723
|
var AGENT_CONTEXT_VERSION = 1;
|
|
2724
2724
|
|
|
2725
2725
|
// src/agent-context.ts
|
|
@@ -3101,4 +3101,4 @@ export {
|
|
|
3101
3101
|
buildAgentSkill,
|
|
3102
3102
|
writeAgentSkill
|
|
3103
3103
|
};
|
|
3104
|
-
//# sourceMappingURL=chunk-
|
|
3104
|
+
//# sourceMappingURL=chunk-KYXEL3GC.js.map
|