@longtable/mcp 0.1.36 → 0.1.38

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/README.md CHANGED
@@ -15,7 +15,7 @@ longtable-state
15
15
  Run:
16
16
 
17
17
  ```bash
18
- npx -y @longtable/mcp@0.1.36
18
+ npx -y @longtable/mcp@0.1.38
19
19
  ```
20
20
 
21
21
  Self-test:
package/dist/server.js CHANGED
@@ -13,7 +13,7 @@ import { loadSetupOutput } from "@longtable/setup";
13
13
  import { answerWorkspaceQuestion, clearWorkspaceQuestion, createOrUpdateProjectWorkspace, createWorkspaceQuestion, inspectProjectWorkspace, loadProjectContextFromDirectory, loadWorkspaceState, syncCurrentWorkspaceView } from "@longtable/cli";
14
14
  import { buildFirstResearchShapeQuestion, firstResearchShapeAnswerConfirms, firstResearchShapeAnswerStatus } from "./first-research-shape.js";
15
15
  const SERVER_NAME = "longtable-state";
16
- const SERVER_VERSION = "0.1.36";
16
+ const SERVER_VERSION = "0.1.38";
17
17
  const TOOL_NAMES = [
18
18
  "read_project",
19
19
  "read_session",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/mcp",
3
- "version": "0.1.36",
3
+ "version": "0.1.38",
4
4
  "private": false,
5
5
  "description": "LongTable MCP transport for workspace state and Researcher Checkpoints",
6
6
  "type": "module",
@@ -26,12 +26,12 @@
26
26
  "self-test": "node ./dist/server.js --self-test"
27
27
  },
28
28
  "dependencies": {
29
- "@longtable/checkpoints": "0.1.36",
30
- "@longtable/cli": "0.1.36",
31
- "@longtable/core": "0.1.36",
32
- "@longtable/provider-claude": "0.1.36",
33
- "@longtable/provider-codex": "0.1.36",
34
- "@longtable/setup": "0.1.36",
29
+ "@longtable/checkpoints": "0.1.38",
30
+ "@longtable/cli": "0.1.38",
31
+ "@longtable/core": "0.1.38",
32
+ "@longtable/provider-claude": "0.1.38",
33
+ "@longtable/provider-codex": "0.1.38",
34
+ "@longtable/setup": "0.1.38",
35
35
  "@modelcontextprotocol/sdk": "^1.29.0",
36
36
  "zod": "^4.0.0"
37
37
  },