@tempo-ai/mcp 0.0.106 → 0.0.107-staging.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/README.md CHANGED
@@ -74,6 +74,16 @@ npx playwright install chromium
74
74
 
75
75
  Share links require the canvas's branch to be committed and pushed.
76
76
 
77
+ ### Visual review setup
78
+
79
+ `visual_review_doctor` diagnoses a repo's visual-review setup one layer at
80
+ a time, `visual_review_init` writes the `.github/workflows/visual-review.yml`
81
+ the published `@tempo-ai/visual-review` CLI expects (never overwriting an
82
+ existing one), and `canvas_set_vrt` writes a storyboard's `vrt` prop through
83
+ the same editor the in-app Track toggle uses. Outside the Tempo app the
84
+ doctor's Tempo-registration, GitHub-App, and branch-protection rows read
85
+ `null` (unavailable), never a guess.
86
+
77
87
  ---
78
88
 
79
89
  ## Hosted server (`mcp.tempo.new`)
package/dist/bin.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import { createRequire as __tempoCreateRequire } from 'node:module'; const require = __tempoCreateRequire(import.meta.url);
3
3
  import {
4
4
  run
5
- } from "./chunk-52IG2UKP.js";
5
+ } from "./chunk-DIHGIFJY.js";
6
6
  import "./chunk-KFUOQZBJ.js";
7
7
 
8
8
  // src/bin.ts
@@ -8,7 +8,7 @@ import {
8
8
  import { Client } from "@modelcontextprotocol/sdk/client/index.js";
9
9
  import { InMemoryTransport } from "@modelcontextprotocol/sdk/inMemory.js";
10
10
  async function connectAggregate(options) {
11
- const { createTempoAggregate } = await import("./serve-7RSR6WI6.js");
11
+ const { createTempoAggregate } = await import("./serve-T6OLREL7.js");
12
12
  const handle = await createTempoAggregate(options);
13
13
  const [clientTransport, serverTransport] = InMemoryTransport.createLinkedPair();
14
14
  const client = new Client({ name: "tempo-mcp-cli", version: "0" });
@@ -127,4 +127,4 @@ export {
127
127
  runCall,
128
128
  runTools
129
129
  };
130
- //# sourceMappingURL=call-N3UTMHLY.js.map
130
+ //# sourceMappingURL=call-E2GGFNEQ.js.map
@@ -157,7 +157,7 @@ async function run(argv) {
157
157
  process.stderr.write(USAGE);
158
158
  return 1;
159
159
  }
160
- const { runServe } = await import("./serve-7RSR6WI6.js");
160
+ const { runServe } = await import("./serve-T6OLREL7.js");
161
161
  return await runServe(options);
162
162
  }
163
163
  switch (subcommand) {
@@ -172,11 +172,11 @@ async function run(argv) {
172
172
  return await runToken(rest);
173
173
  }
174
174
  case "tools": {
175
- const { runTools } = await import("./call-N3UTMHLY.js");
175
+ const { runTools } = await import("./call-E2GGFNEQ.js");
176
176
  return await runTools(rest);
177
177
  }
178
178
  case "call": {
179
- const { runCall } = await import("./call-N3UTMHLY.js");
179
+ const { runCall } = await import("./call-E2GGFNEQ.js");
180
180
  return await runCall(rest);
181
181
  }
182
182
  default:
@@ -195,4 +195,4 @@ async function run(argv) {
195
195
  export {
196
196
  run
197
197
  };
198
- //# sourceMappingURL=chunk-52IG2UKP.js.map
198
+ //# sourceMappingURL=chunk-DIHGIFJY.js.map
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { createRequire as __tempoCreateRequire } from 'node:module'; const require = __tempoCreateRequire(import.meta.url);
2
2
  import {
3
3
  run
4
- } from "./chunk-52IG2UKP.js";
4
+ } from "./chunk-DIHGIFJY.js";
5
5
  import "./chunk-KFUOQZBJ.js";
6
6
  export {
7
7
  run