@termwright/mcp 0.3.0 → 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-R2N52YYH.js → chunk-5ZGVVRJ3.js} +2 -2
- package/dist/{chunk-ROMJP5D3.js → chunk-KYXEL3GC.js} +2 -2
- package/dist/{chunk-ROMJP5D3.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-R2N52YYH.js.map → chunk-5ZGVVRJ3.js.map} +0 -0
package/dist/docs.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -841,7 +841,7 @@ declare function buildLocator(harness: TerminalHarness, input: TargetInput): Any
|
|
|
841
841
|
/** Identity reported over MCP and by `--version`. Kept in step with package.json. */
|
|
842
842
|
declare const SERVER_NAME = "termwright";
|
|
843
843
|
/** Package version. */
|
|
844
|
-
declare const SERVER_VERSION = "0.3.
|
|
844
|
+
declare const SERVER_VERSION = "0.3.2";
|
|
845
845
|
/** Version of the `agent-context` document shape (independent of the package). */
|
|
846
846
|
declare const AGENT_CONTEXT_VERSION = 1;
|
|
847
847
|
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
serveHttp,
|
|
6
6
|
serveInMemory,
|
|
7
7
|
serveStdio
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-5ZGVVRJ3.js";
|
|
9
9
|
import {
|
|
10
10
|
AGENT_CONTEXT_VERSION,
|
|
11
11
|
EXIT_CODES,
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
usageError,
|
|
52
52
|
walkSnapshot,
|
|
53
53
|
writeAgentSkill
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-KYXEL3GC.js";
|
|
55
55
|
export {
|
|
56
56
|
AGENT_CONTEXT_VERSION,
|
|
57
57
|
EXIT_CODES,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@termwright/mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "thin MCP server over the public driver API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
29
29
|
"zod": "^4.0.0",
|
|
30
|
-
"@termwright/
|
|
31
|
-
"@termwright/
|
|
32
|
-
"@termwright/screenshot": "0.3.
|
|
33
|
-
"@termwright/trace": "0.3.
|
|
30
|
+
"@termwright/protocol": "0.3.2",
|
|
31
|
+
"@termwright/driver": "0.3.2",
|
|
32
|
+
"@termwright/screenshot": "0.3.2",
|
|
33
|
+
"@termwright/trace": "0.3.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@termwright/resource-broker": "0.3.
|
|
36
|
+
"@termwright/resource-broker": "0.3.2"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "tsup src/index.ts src/bin.ts src/docs.ts --format esm --dts --sourcemap --clean",
|
|
File without changes
|