mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: bump @storybook/addon-mcp from 0.6.0 to 0.7.0 in /site (#27745)
Bumps [@storybook/addon-mcp](https://github.com/storybookjs/mcp/tree/HEAD/packages/addon-mcp) from 0.6.0 to 0.7.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/mcp/blob/main/packages/addon-mcp/CHANGELOG.md">@storybook/addon-mcp's changelog</a>.</em></p> <blockquote> <h2>0.7.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/storybookjs/mcp/pull/357">#357</a> <a href="https://github.com/storybookjs/mcp/commit/4a1915199892b3f733728844113a6b918ff70be9"><code>4a19151</code></a> Thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>! - Added the <code>display-review</code> tool. The agent pushes a curated review of current changes and returns the review-page URL. Pairs with the <code>@storybook/addon-review</code> Storybook addon.</p> </li> <li> <p><a href="https://redirect.github.com/storybookjs/mcp/pull/357">#357</a> <a href="https://github.com/storybookjs/mcp/commit/4a1915199892b3f733728844113a6b918ff70be9"><code>4a19151</code></a> Thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>! - Add the <code>get-stories-by-component</code> tool. Maps component source files to the stories that render them via Storybook's live reverse dependency graph, returning grounded story IDs ranked by import distance. Also hardens change detection: <code>get-changed-stories</code> now surfaces working-tree files that are unreachable from any story, and story-index resolution and reverse-graph lookups are normalized for cross-platform (Windows) path handling.</p> </li> <li> <p><a href="https://redirect.github.com/storybookjs/mcp/pull/357">#357</a> <a href="https://github.com/storybookjs/mcp/commit/4a1915199892b3f733728844113a6b918ff70be9"><code>4a19151</code></a> Thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>! - Introduced the <code>get-changed-stories</code> tool to retrieve metadata for stories marked as new, modified, or affected. Updated <code>dev-instructions.md</code> and <code>storybook-story-instructions.md</code> to reflect the new workflow for calling <code>get-changed-stories</code> before <code>preview-stories</code>.</p> </li> <li> <p><a href="https://redirect.github.com/storybookjs/mcp/pull/357">#357</a> <a href="https://github.com/storybookjs/mcp/commit/4a1915199892b3f733728844113a6b918ff70be9"><code>4a19151</code></a> Thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>! - Enabled the review workflow by default for the <code>storybook ai</code> CLI channel (the Claude/Codex plugins). Requests carrying the trusted local-client header get <code>display-review</code> and the review instructions without setting <code>experimentalReview</code>; direct MCP clients keep the opt-in flag, and <code>experimentalReview: false</code> turns review off for both channels.</p> </li> <li> <p><a href="https://redirect.github.com/storybookjs/mcp/pull/357">#357</a> <a href="https://github.com/storybookjs/mcp/commit/4a1915199892b3f733728844113a6b918ff70be9"><code>4a19151</code></a> Thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>! - Add an optional MCP endpoint setting for the addon dev server.</p> </li> <li> <p><a href="https://redirect.github.com/storybookjs/mcp/pull/357">#357</a> <a href="https://github.com/storybookjs/mcp/commit/4a1915199892b3f733728844113a6b918ff70be9"><code>4a19151</code></a> Thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>! - Make the review tooling opt-in via the new <code>experimentalReview</code> feature flag. Previously <code>display-review</code> (and the review-mode behavior of <code>preview-stories</code> / <code>get-changed-stories</code>) was enabled whenever the <code>changeDetection</code> feature flag was on — which is Storybook's default. Now review requires explicitly enabling <code>features.experimentalReview</code> in <code>.storybook/main.ts</code> (on top of <code>changeDetection</code>), so change detection stays on by default while review ships disabled by default.</p> <p>With the flag off, the server instructions are byte-identical to the previous release; the review-flavored instructions are only served with the flag on.</p> </li> <li> <p><a href="https://redirect.github.com/storybookjs/mcp/pull/357">#357</a> <a href="https://github.com/storybookjs/mcp/commit/4a1915199892b3f733728844113a6b918ff70be9"><code>4a19151</code></a> Thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>! - Expose serverless Storybook AI metadata from addon-mcp presets. The new preset returns MCP-shaped instructions and tool descriptors, plus a local <code>get-storybook-story-instructions</code> runner that shares the same builders as the live MCP server.</p> </li> <li> <p><a href="https://redirect.github.com/storybookjs/mcp/pull/357">#357</a> <a href="https://github.com/storybookjs/mcp/commit/4a1915199892b3f733728844113a6b918ff70be9"><code>4a19151</code></a> Thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>! - Support v0 (inline) and v1 (split/ref) Storybook manifest formats. <code>@storybook/mcp</code> follows <code>$ref</code> pointers into sibling <code>services/</code> payloads for static and remote sources; <code>@storybook/addon-mcp</code> adds an in-process manifest provider for <code>experimentalDocgenServer</code> dev mode and fixes composition so local docgen-server and remote v0/v1 composed sources all work.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/storybookjs/mcp/pull/359">#359</a> <a href="https://github.com/storybookjs/mcp/commit/4eb4a2eff337fc9fa04ce3c30d07d0f7f255b68f"><code>4eb4a2e</code></a> Thanks <a href="https://github.com/huang-julien"><code>@huang-julien</code></a>! - Add a schema description to the <code>collections</code> argument of the <code>display-review</code> tool. The field now documents that collections are groups of stories to show in the review, ordered most-relevant-first, with a preferred 2-5 range. Previously it carried no description, so MCP clients and the <code>storybook ai display-review</code> help had no guidance on the argument's shape or intent.</p> </li> <li> <p><a href="https://redirect.github.com/storybookjs/mcp/pull/357">#357</a> <a href="https://github.com/storybookjs/mcp/commit/4a1915199892b3f733728844113a6b918ff70be9"><code>4a19151</code></a> Thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>! - Make display-review the single ending for visual work: the after-change instruction step now feeds story discovery into the review instead of ending at preview URLs, preview-stories is framed as a mid-loop tool, the "or you skipped it" escape is removed (non-visual changes say so plainly instead of listing links), and get-changed-stories results append a "publish the review now" next-step hint when review is enabled. Fixes agents completing visual changes but handing back preview links instead of the review.</p> <p>The preview-stories tool also closes the review exit ramp: when review is enabled its description states display-review's availability as fact instead of hedging with "when available" (which let an agent that wrongly believed the tool was missing treat raw links as a sanctioned fallback), and its results append a recovery nudge pointing finished visual work and browse requests back to display-review. When review is disabled, the description no longer mentions display-review at all — the tool is not registered in those sessions.</p> <p>The get-storybook-story-instructions story-linking workflow gets the same review-aware rewrite: with review enabled it now routes discovered story IDs into display-review and forbids constructing IDs from file names or memory, instead of framing get-changed-stories as a preview-stories helper. The <code>storybook ai --help</code> output embeds the same server instructions, so on the CLI/plugin path the two channels contradicted each other — this tool, billed as the source of truth for story work, still pointed discovery at previews, and agents were observed resolving the conflict by publishing reviews with hand-derived story IDs and zero discovery calls.</p> </li> <li> <p><a href="https://redirect.github.com/storybookjs/mcp/pull/357">#357</a> <a href="https://github.com/storybookjs/mcp/commit/4a1915199892b3f733728844113a6b918ff70be9"><code>4a19151</code></a> Thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>! - Refine the review/preview workflow so agents reuse the running Storybook and present a single set of links:</p> <ul> <li><strong>Reuse the running Storybook.</strong> A successful tool call proves Storybook is already running, so the agent is instructed never to start another instance (no <code>storybook dev</code>, launcher, or new port) just to view a review — a busy port is the instance to reuse, not a conflict to route around.</li> <li><strong><code>display-review</code> triggers on insight requests too.</strong> Beyond post-change reviews, it now fires when the user wants to browse stories/components (e.g. "show me all badge components"), rendering exactly those stories with no diff (<code>changedFiles</code> omitted).</li> <li><strong>One set of links in the final response.</strong> When <code>display-review</code> is available, the response links only the curated review page ("You can see a curated summary of stories in the Storybook review page"); otherwise it lists the individual preview URLs — never both.</li> </ul> </li> <li> <p><a href="https://redirect.github.com/storybookjs/mcp/pull/357">#357</a> <a href="https://github.com/storybookjs/mcp/commit/4a1915199892b3f733728844113a6b918ff70be9"><code>4a19151</code></a> Thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>! - Show private composed Storybooks as own-MCP guidance when accessed through the local MCP proxy.</p> </li> <li> <p><a href="https://redirect.github.com/storybookjs/mcp/pull/357">#357</a> <a href="https://github.com/storybookjs/mcp/commit/4a1915199892b3f733728844113a6b918ff70be9"><code>4a19151</code></a> Thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>! - Add Storybook 10.5 prerelease packages to the supported peer dependency range.</p> <p>The <code>display-review</code> tool schema now requires <code>changedFiles</code>: pass the paths of the files you changed (most central first), or an empty array <code>[]</code> for browse requests where no code changed. Payloads that previously omitted the field will fail validation.</p> </li> <li> <p><a href="https://redirect.github.com/storybookjs/mcp/pull/357">#357</a> <a href="https://github.com/storybookjs/mcp/commit/4a1915199892b3f733728844113a6b918ff70be9"><code>4a19151</code></a> Thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>! - Gate the <code>display-review</code> tool solely on the <code>changeDetection</code> feature flag. The previous <code>@storybook/addon-review</code> package-presence check is removed, since review is now built into Storybook core.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/mcp/commit/de73c2c6371946bb9c048e7987c1b7fd3df76e92"><code>de73c2c</code></a> Version Packages</li> <li><a href="https://github.com/storybookjs/mcp/commit/54e08b69049ff75682d65cf92c6f065af9f3276a"><code>54e08b6</code></a> chore: reduce description</li> <li><a href="https://github.com/storybookjs/mcp/commit/f50fbf611be165c9b81340b1c820bc9f67ccf172"><code>f50fbf6</code></a> fix(addon-mcp): add display-review escription</li> <li><a href="https://github.com/storybookjs/mcp/commit/01d6be2edc66e21516a9378efc5a8bb890123054"><code>01d6be2</code></a> Merge branch 'main' into docs--fix-link</li> <li><a href="https://github.com/storybookjs/mcp/commit/d365aa5994b141f4f0ba65b7ec7ab077ae583473"><code>d365aa5</code></a> docs(addon-mcp): correct documentation link</li> <li><a href="https://github.com/storybookjs/mcp/commit/fcc5504ce786d21fc9dad654155126fd1c7b980a"><code>fcc5504</code></a> Enable review by default for the plugin (storybook ai CLI channel) (<a href="https://github.com/storybookjs/mcp/tree/HEAD/packages/addon-mcp/issues/341">#341</a>)</li> <li><a href="https://github.com/storybookjs/mcp/commit/32bb8546b48712f27745e1b9d715ae1d6b0e2c52"><code>32bb854</code></a> Bump Storybook catalog to 10.5.0-beta.0</li> <li><a href="https://github.com/storybookjs/mcp/commit/e72917564346e30d0a550eab240d911af0ae3b27"><code>e729175</code></a> Add tools-api doc generator script</li> <li><a href="https://github.com/storybookjs/mcp/commit/d18712bd82977fe33d068ee0cfae29009a2eae16"><code>d18712b</code></a> Bump Storybook catalog to 10.5.0-alpha.11</li> <li><a href="https://github.com/storybookjs/mcp/commit/45d268af2de8c07be118ce2909007f3329562090"><code>45d268a</code></a> Extend the story-instructions trigger list to shared UI files</li> <li>Additional commits viewable in <a href="https://github.com/storybookjs/mcp/commits/@storybook/addon-mcp@0.7.0/packages/addon-mcp">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@
|
||||
"@storybook/addon-a11y": "10.3.3",
|
||||
"@storybook/addon-docs": "10.3.3",
|
||||
"@storybook/addon-links": "10.3.3",
|
||||
"@storybook/addon-mcp": "^0.6.0",
|
||||
"@storybook/addon-mcp": "^0.7.0",
|
||||
"@storybook/addon-themes": "10.3.3",
|
||||
"@storybook/addon-vitest": "10.3.3",
|
||||
"@storybook/react-vite": "10.3.3",
|
||||
|
||||
Generated
+38
-37
@@ -304,8 +304,8 @@ importers:
|
||||
specifier: 10.3.3
|
||||
version: 10.3.3(react@19.2.8)(storybook@10.3.3(@testing-library/dom@10.4.0)(prettier@3.4.1)(react-dom@19.2.8(react@19.2.8))(react@19.2.8))
|
||||
'@storybook/addon-mcp':
|
||||
specifier: ^0.6.0
|
||||
version: 0.6.0(@storybook/addon-vitest@10.3.3(@vitest/browser-playwright@4.1.7)(@vitest/browser@4.1.7(msw@2.4.8(typescript@6.0.2))(vite@8.0.10(@types/node@20.19.41)(esbuild@0.25.12)(jiti@1.21.7)(tsx@4.22.4)(yaml@2.8.3))(vitest@4.1.5))(@vitest/runner@4.1.7)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(storybook@10.3.3(@testing-library/dom@10.4.0)(prettier@3.4.1)(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(vitest@4.1.5))(storybook@10.3.3(@testing-library/dom@10.4.0)(prettier@3.4.1)(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(typescript@6.0.2)
|
||||
specifier: ^0.7.0
|
||||
version: 0.7.0(@storybook/addon-vitest@10.3.3(@vitest/browser-playwright@4.1.7)(@vitest/browser@4.1.7(msw@2.4.8(typescript@6.0.2))(vite@8.0.10(@types/node@20.19.41)(esbuild@0.25.12)(jiti@1.21.7)(tsx@4.22.4)(yaml@2.8.3))(vitest@4.1.5))(@vitest/runner@4.1.7)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(storybook@10.3.3(@testing-library/dom@10.4.0)(prettier@3.4.1)(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(vitest@4.1.5))(storybook@10.3.3(@testing-library/dom@10.4.0)(prettier@3.4.1)(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(typescript@6.0.2)
|
||||
'@storybook/addon-themes':
|
||||
specifier: 10.3.3
|
||||
version: 10.3.3(storybook@10.3.3(@testing-library/dom@10.4.0)(prettier@3.4.1)(react-dom@19.2.8(react@19.2.8))(react@19.2.8))
|
||||
@@ -2472,11 +2472,11 @@ packages:
|
||||
react:
|
||||
optional: true
|
||||
|
||||
'@storybook/addon-mcp@0.6.0':
|
||||
resolution: {integrity: sha512-E79m2S7ik9wiF1AnI49fwbLQkrD03PicIZpCdeFhbbB19MF4tKFKyaQtbT3f6eaAP4EP2+COLDVLCQ7B3rGF4w==, tarball: https://registry.npmjs.org/@storybook/addon-mcp/-/addon-mcp-0.6.0.tgz}
|
||||
'@storybook/addon-mcp@0.7.0':
|
||||
resolution: {integrity: sha512-f/IWGRMzWynBg5kDJ3DYvvnafuSX88kykGNFzzLOlkLVpfxEZoAmQF6AS47tw25GuH6EFIqSo6ZDBLHLVyZ/IQ==, tarball: https://registry.npmjs.org/@storybook/addon-mcp/-/addon-mcp-0.7.0.tgz}
|
||||
peerDependencies:
|
||||
'@storybook/addon-vitest': ^0.0.0-0 || ^9.1.16 || ^10.0.0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0
|
||||
storybook: ^0.0.0-0 || ^9.1.16 || ^10.0.0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0
|
||||
'@storybook/addon-vitest': ^0.0.0-0 || ^9.1.16 || ^10.0.0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0 || ^10.5.0-0
|
||||
storybook: ^0.0.0-0 || ^9.1.16 || ^10.0.0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0 || ^10.5.0-0
|
||||
peerDependenciesMeta:
|
||||
'@storybook/addon-vitest':
|
||||
optional: true
|
||||
@@ -2537,8 +2537,8 @@ packages:
|
||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
|
||||
'@storybook/mcp@0.7.0':
|
||||
resolution: {integrity: sha512-Pr4E61tM5e7aDzqgNOL/Ylw8CGdb+BIDGOf3vbmFfkR8ZnXjPxaV/vhTEsiXynnIpjQWCzySCxOU1icxZsgjrA==, tarball: https://registry.npmjs.org/@storybook/mcp/-/mcp-0.7.0.tgz}
|
||||
'@storybook/mcp@0.8.0':
|
||||
resolution: {integrity: sha512-G+XDgoWGrE98moXqKSee8fQyMQxoIWxRAbPG8r/HQ95pKodratevDqNyOgW+t6ZigM6AAVN1WHiFc5MI+hc8sg==, tarball: https://registry.npmjs.org/@storybook/mcp/-/mcp-0.8.0.tgz}
|
||||
|
||||
'@storybook/react-dom-shim@10.3.3':
|
||||
resolution: {integrity: sha512-lkhuh4G3UTreU9M3Iz5Dt32c6U+l/4XuvqLtbe1sDHENZH6aPj7y0b5FwnfHyvuTvYRhtbo29xZrF5Bp9kCC0w==, tarball: https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-10.3.3.tgz}
|
||||
@@ -2617,19 +2617,19 @@ packages:
|
||||
peerDependencies:
|
||||
'@testing-library/dom': '>=7.21.4'
|
||||
|
||||
'@tmcp/adapter-valibot@0.1.5':
|
||||
resolution: {integrity: sha512-9P2wrVYPngemNK0UvPb/opC722/jfd09QxXmme1TRp/wPsl98vpSk/MXt24BCMqBRv4Dvs0xxJH4KHDcjXW52Q==, tarball: https://registry.npmjs.org/@tmcp/adapter-valibot/-/adapter-valibot-0.1.5.tgz}
|
||||
'@tmcp/adapter-valibot@0.1.6':
|
||||
resolution: {integrity: sha512-drirZeNinhYLiRSMksN+m//u0ImFxtGRk1Vp425Xp/7CbBXFQdjAG+f7grssyHAukbVTGzmWsMMP6ejrGVErUA==, tarball: https://registry.npmjs.org/@tmcp/adapter-valibot/-/adapter-valibot-0.1.6.tgz}
|
||||
peerDependencies:
|
||||
tmcp: ^1.17.0
|
||||
valibot: ^1.1.0
|
||||
|
||||
'@tmcp/session-manager@0.2.1':
|
||||
resolution: {integrity: sha512-DOGy9LfufXCy1wfpGHZ6qPSDQtRnTVwOb71+41ffovTqzLMZlK3iLK/LIsekHxIiku+iIAUiqEKN+DHbqEm8IA==, tarball: https://registry.npmjs.org/@tmcp/session-manager/-/session-manager-0.2.1.tgz}
|
||||
'@tmcp/session-manager@0.2.2':
|
||||
resolution: {integrity: sha512-UrCRpTsxh5XnMbplspvftEYboiZWgAiXqqAUbyFTHoHMJ0LoNDy8bQd0+7qtxtT4S5Qsnv650gvs/Nbec5NTCQ==, tarball: https://registry.npmjs.org/@tmcp/session-manager/-/session-manager-0.2.2.tgz}
|
||||
peerDependencies:
|
||||
tmcp: ^1.16.3
|
||||
|
||||
'@tmcp/transport-http@0.8.5':
|
||||
resolution: {integrity: sha512-qQLqiCTtbxtTSswqOn/782df7O57RxI/yLUtCDQ++kHEhbmDUc8glmmtGJ3mrb7yPSPoM5VF2Pc2Q5cA6quzLA==, tarball: https://registry.npmjs.org/@tmcp/transport-http/-/transport-http-0.8.5.tgz}
|
||||
'@tmcp/transport-http@0.8.6':
|
||||
resolution: {integrity: sha512-iLcxu+tEMbkVHbhFfyXQhxfPDDTfm+F0kEw8Xg/a1rm29s4cBg1vwcpbtk02XTxsdDh8RJ1AZkQwF9WDGeb/IA==, tarball: https://registry.npmjs.org/@tmcp/transport-http/-/transport-http-0.8.6.tgz}
|
||||
peerDependencies:
|
||||
'@tmcp/auth': ^0.3.3 || ^0.4.0
|
||||
tmcp: ^1.18.0
|
||||
@@ -2954,8 +2954,8 @@ packages:
|
||||
'@upsetjs/venn.js@2.0.0':
|
||||
resolution: {integrity: sha512-WbBhLrooyePuQ1VZxrJjtLvTc4NVfpOyKx0sKqioq9bX1C1m7Jgykkn8gLrtwumBioXIqam8DLxp88Adbue6Hw==, tarball: https://registry.npmjs.org/@upsetjs/venn.js/-/venn.js-2.0.0.tgz}
|
||||
|
||||
'@valibot/to-json-schema@1.7.0':
|
||||
resolution: {integrity: sha512-Y3pPVibbIOHzohrlxSINvO7w/bvXkoYS3BQHoImV9ynE+bXKf171bdMucPurV2zp7gdmt0L1HCcNAsbo7cFRQw==, tarball: https://registry.npmjs.org/@valibot/to-json-schema/-/to-json-schema-1.7.0.tgz}
|
||||
'@valibot/to-json-schema@1.7.1':
|
||||
resolution: {integrity: sha512-3qkmU6KXWh8GIThEAW3kuRHPQBMjWkKy+Ppz3WkUucx53DTpOa6siMn4xDGSOhlVyMrDaJTCTMLYPZVAIk1P0A==, tarball: https://registry.npmjs.org/@valibot/to-json-schema/-/to-json-schema-1.7.1.tgz}
|
||||
peerDependencies:
|
||||
valibot: ^1.4.0
|
||||
|
||||
@@ -3456,6 +3456,7 @@ packages:
|
||||
cron-parser@4.9.0:
|
||||
resolution: {integrity: sha512-p0SaNjrHOnQeR8/VnfGbmg9te2kfyYSQ7Sc/j/6DtPL3JQvKxmjO9TSjNFpujqV3vEYYBvNNvXSxzyksBWAx1Q==, tarball: https://registry.npmjs.org/cron-parser/-/cron-parser-4.9.0.tgz}
|
||||
engines: {node: '>=12.0.0'}
|
||||
deprecated: v4 is no longer maintained, upgrade to v5
|
||||
|
||||
cronstrue@2.59.0:
|
||||
resolution: {integrity: sha512-YKGmAy84hKH+hHIIER07VCAHf9u0Ldelx1uU6EBxsRPDXIA1m5fsKmJfyC3xBhw6cVC/1i83VdbL4PvepTrt8A==, tarball: https://registry.npmjs.org/cronstrue/-/cronstrue-2.59.0.tgz}
|
||||
@@ -5967,8 +5968,8 @@ packages:
|
||||
resolution: {integrity: sha512-8PWx8tvC4jDB39BQw1m4x8y5MH1BcQ5xHeL2n7UVFulMPH/3Q0uiamahFJ3lXA0zO2SUyRXuVVbWSDmstlt9YA==, tarball: https://registry.npmjs.org/tldts/-/tldts-7.0.19.tgz}
|
||||
hasBin: true
|
||||
|
||||
tmcp@1.19.3:
|
||||
resolution: {integrity: sha512-plz/TLKNFrdfQN32LjCTN6ULy6pynfGPgHcU7KGCI5dBrxQ9Mub99SmcYuzxEkLjJooQuOD3gosSwZEl1htOtw==, tarball: https://registry.npmjs.org/tmcp/-/tmcp-1.19.3.tgz}
|
||||
tmcp@1.19.4:
|
||||
resolution: {integrity: sha512-fMoUJ3Gef9iA0yKZNeW2SQCCKTluCwghUyOz/qxPS8XxrQk6Jlw4lgql3S+s6L//FteLeSJ7erKxMWl727mZoQ==, tarball: https://registry.npmjs.org/tmcp/-/tmcp-1.19.4.tgz}
|
||||
|
||||
to-regex-range@5.0.1:
|
||||
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==, tarball: https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz}
|
||||
@@ -8562,14 +8563,14 @@ snapshots:
|
||||
optionalDependencies:
|
||||
react: 19.2.8
|
||||
|
||||
'@storybook/addon-mcp@0.6.0(@storybook/addon-vitest@10.3.3(@vitest/browser-playwright@4.1.7)(@vitest/browser@4.1.7(msw@2.4.8(typescript@6.0.2))(vite@8.0.10(@types/node@20.19.41)(esbuild@0.25.12)(jiti@1.21.7)(tsx@4.22.4)(yaml@2.8.3))(vitest@4.1.5))(@vitest/runner@4.1.7)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(storybook@10.3.3(@testing-library/dom@10.4.0)(prettier@3.4.1)(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(vitest@4.1.5))(storybook@10.3.3(@testing-library/dom@10.4.0)(prettier@3.4.1)(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(typescript@6.0.2)':
|
||||
'@storybook/addon-mcp@0.7.0(@storybook/addon-vitest@10.3.3(@vitest/browser-playwright@4.1.7)(@vitest/browser@4.1.7(msw@2.4.8(typescript@6.0.2))(vite@8.0.10(@types/node@20.19.41)(esbuild@0.25.12)(jiti@1.21.7)(tsx@4.22.4)(yaml@2.8.3))(vitest@4.1.5))(@vitest/runner@4.1.7)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(storybook@10.3.3(@testing-library/dom@10.4.0)(prettier@3.4.1)(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(vitest@4.1.5))(storybook@10.3.3(@testing-library/dom@10.4.0)(prettier@3.4.1)(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(typescript@6.0.2)':
|
||||
dependencies:
|
||||
'@storybook/mcp': 0.7.0(typescript@6.0.2)
|
||||
'@tmcp/adapter-valibot': 0.1.5(tmcp@1.19.3(typescript@6.0.2))(valibot@1.2.0(typescript@6.0.2))
|
||||
'@tmcp/transport-http': 0.8.5(tmcp@1.19.3(typescript@6.0.2))
|
||||
'@storybook/mcp': 0.8.0(typescript@6.0.2)
|
||||
'@tmcp/adapter-valibot': 0.1.6(tmcp@1.19.4(typescript@6.0.2))(valibot@1.2.0(typescript@6.0.2))
|
||||
'@tmcp/transport-http': 0.8.6(tmcp@1.19.4(typescript@6.0.2))
|
||||
picoquery: 2.5.0
|
||||
storybook: 10.3.3(@testing-library/dom@10.4.0)(prettier@3.4.1)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
||||
tmcp: 1.19.3(typescript@6.0.2)
|
||||
tmcp: 1.19.4(typescript@6.0.2)
|
||||
valibot: 1.2.0(typescript@6.0.2)
|
||||
optionalDependencies:
|
||||
'@storybook/addon-vitest': 10.3.3(@vitest/browser-playwright@4.1.7)(@vitest/browser@4.1.7(msw@2.4.8(typescript@6.0.2))(vite@8.0.10(@types/node@20.19.41)(esbuild@0.25.12)(jiti@1.21.7)(tsx@4.22.4)(yaml@2.8.3))(vitest@4.1.5))(@vitest/runner@4.1.7)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(storybook@10.3.3(@testing-library/dom@10.4.0)(prettier@3.4.1)(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(vitest@4.1.5)
|
||||
@@ -8622,11 +8623,11 @@ snapshots:
|
||||
react: 19.2.8
|
||||
react-dom: 19.2.8(react@19.2.8)
|
||||
|
||||
'@storybook/mcp@0.7.0(typescript@6.0.2)':
|
||||
'@storybook/mcp@0.8.0(typescript@6.0.2)':
|
||||
dependencies:
|
||||
'@tmcp/adapter-valibot': 0.1.5(tmcp@1.19.3(typescript@6.0.2))(valibot@1.2.0(typescript@6.0.2))
|
||||
'@tmcp/transport-http': 0.8.5(tmcp@1.19.3(typescript@6.0.2))
|
||||
tmcp: 1.19.3(typescript@6.0.2)
|
||||
'@tmcp/adapter-valibot': 0.1.6(tmcp@1.19.4(typescript@6.0.2))(valibot@1.2.0(typescript@6.0.2))
|
||||
'@tmcp/transport-http': 0.8.6(tmcp@1.19.4(typescript@6.0.2))
|
||||
tmcp: 1.19.4(typescript@6.0.2)
|
||||
valibot: 1.2.0(typescript@6.0.2)
|
||||
transitivePeerDependencies:
|
||||
- '@tmcp/auth'
|
||||
@@ -8741,22 +8742,22 @@ snapshots:
|
||||
dependencies:
|
||||
'@testing-library/dom': 10.4.0
|
||||
|
||||
'@tmcp/adapter-valibot@0.1.5(tmcp@1.19.3(typescript@6.0.2))(valibot@1.2.0(typescript@6.0.2))':
|
||||
'@tmcp/adapter-valibot@0.1.6(tmcp@1.19.4(typescript@6.0.2))(valibot@1.2.0(typescript@6.0.2))':
|
||||
dependencies:
|
||||
'@standard-schema/spec': 1.1.0
|
||||
'@valibot/to-json-schema': 1.7.0(valibot@1.2.0(typescript@6.0.2))
|
||||
tmcp: 1.19.3(typescript@6.0.2)
|
||||
'@valibot/to-json-schema': 1.7.1(valibot@1.2.0(typescript@6.0.2))
|
||||
tmcp: 1.19.4(typescript@6.0.2)
|
||||
valibot: 1.2.0(typescript@6.0.2)
|
||||
|
||||
'@tmcp/session-manager@0.2.1(tmcp@1.19.3(typescript@6.0.2))':
|
||||
'@tmcp/session-manager@0.2.2(tmcp@1.19.4(typescript@6.0.2))':
|
||||
dependencies:
|
||||
tmcp: 1.19.3(typescript@6.0.2)
|
||||
tmcp: 1.19.4(typescript@6.0.2)
|
||||
|
||||
'@tmcp/transport-http@0.8.5(tmcp@1.19.3(typescript@6.0.2))':
|
||||
'@tmcp/transport-http@0.8.6(tmcp@1.19.4(typescript@6.0.2))':
|
||||
dependencies:
|
||||
'@tmcp/session-manager': 0.2.1(tmcp@1.19.3(typescript@6.0.2))
|
||||
'@tmcp/session-manager': 0.2.2(tmcp@1.19.4(typescript@6.0.2))
|
||||
esm-env: 1.2.2
|
||||
tmcp: 1.19.3(typescript@6.0.2)
|
||||
tmcp: 1.19.4(typescript@6.0.2)
|
||||
|
||||
'@tybys/wasm-util@0.10.1':
|
||||
dependencies:
|
||||
@@ -9111,7 +9112,7 @@ snapshots:
|
||||
d3-selection: 3.0.0
|
||||
d3-transition: 3.0.1(d3-selection@3.0.0)
|
||||
|
||||
'@valibot/to-json-schema@1.7.0(valibot@1.2.0(typescript@6.0.2))':
|
||||
'@valibot/to-json-schema@1.7.1(valibot@1.2.0(typescript@6.0.2))':
|
||||
dependencies:
|
||||
valibot: 1.2.0(typescript@6.0.2)
|
||||
|
||||
@@ -12677,7 +12678,7 @@ snapshots:
|
||||
dependencies:
|
||||
tldts-core: 7.0.19
|
||||
|
||||
tmcp@1.19.3(typescript@6.0.2):
|
||||
tmcp@1.19.4(typescript@6.0.2):
|
||||
dependencies:
|
||||
'@standard-schema/spec': 1.1.0
|
||||
json-rpc-2.0: 1.7.1
|
||||
|
||||
Reference in New Issue
Block a user