Skip to content

Eval: Add Storybook Dev context, rename Storybook MCP to Storybook Docs #412

Eval: Add Storybook Dev context, rename Storybook MCP to Storybook Docs

Eval: Add Storybook Dev context, rename Storybook MCP to Storybook Docs #412

Triggered via pull request December 9, 2025 19:26
@JReinholdJReinhold
synchronize #109
sb-dev-eval
Status Success
Total duration 42s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
typescript-eslint(restrict-template-expressions): packages/mcp/src/utils/dedent.ts#L61
Invalid type "unknown" of template literal expression.
typescript-eslint(no-misused-spread): packages/addon-mcp/src/telemetry.test.ts#L93
Using the spread operator on class instances will lose their class prototype.
typescript-eslint(restrict-template-expressions): packages/addon-mcp/src/telemetry.ts#L24
Invalid type "unknown" of template literal expression.
typescript-eslint(restrict-template-expressions): eval/eval.ts#L102
Invalid type "unknown" of template literal expression.
typescript-eslint(await-thenable): eval/clean-experiments.ts#L5
Unexpected `await` of a non-Promise (non-"Thenable") value.
typescript-eslint(unbound-method): eval/lib/evaluations/typecheck.ts#L33
void`, or consider using an arrow function instead.
eslint(no-unused-vars): apps/internal-storybook/tests/mcp-endpoint.e2e.test.ts#L72
Catch parameter 'error' is caught but never used.