@termwright/mcp 0.3.0 → 0.3.1

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.
@@ -16,7 +16,7 @@ import {
16
16
  toErrorPayload,
17
17
  usageError,
18
18
  writeAgentSkill
19
- } from "./chunk-ROMJP5D3.js";
19
+ } from "./chunk-45LJP5X3.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-R2N52YYH.js.map
629
+ //# sourceMappingURL=chunk-EU4HGMLE.js.map
package/dist/docs.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  renderMcpToolSurfaceMarkdown
3
- } from "./chunk-ROMJP5D3.js";
3
+ } from "./chunk-45LJP5X3.js";
4
4
  export {
5
5
  renderMcpToolSurfaceMarkdown
6
6
  };
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.0";
844
+ declare const SERVER_VERSION = "0.3.1";
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-R2N52YYH.js";
8
+ } from "./chunk-EU4HGMLE.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-ROMJP5D3.js";
54
+ } from "./chunk-45LJP5X3.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.0",
3
+ "version": "0.3.1",
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/driver": "0.3.0",
31
- "@termwright/protocol": "0.3.0",
32
- "@termwright/screenshot": "0.3.0",
33
- "@termwright/trace": "0.3.0"
30
+ "@termwright/driver": "0.3.1",
31
+ "@termwright/screenshot": "0.3.1",
32
+ "@termwright/trace": "0.3.1",
33
+ "@termwright/protocol": "0.3.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@termwright/resource-broker": "0.3.0"
36
+ "@termwright/resource-broker": "0.3.1"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "tsup src/index.ts src/bin.ts src/docs.ts --format esm --dts --sourcemap --clean",