Skip to content

fix: restore MCP landing page flow #207

fix: restore MCP landing page flow

fix: restore MCP landing page flow #207

Triggered via pull request January 22, 2026 07:14
Status Success
Total duration 2m 28s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
PR: src/routes/$libraryId/$version.docs.npm-stats.tsx#L302
'handleMenuOpenChange' is assigned a value but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/routes/$libraryId/$version.docs.npm-stats.tsx#L111
'openMenuPackage' is assigned a value but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/routes/$libraryId/$version.docs.npm-stats.tsx#L2
'Link' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/builder/ExplorerPanel.tsx#L242
The 'currentInjections' logical expression could make the dependencies of useMemo Hook (at line 272) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'currentInjections' in its own useMemo() Hook
PR: src/components/builder/ExplorerPanel.tsx#L241
The 'currentFiles' logical expression could make the dependencies of useMemo Hook (at line 272) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'currentFiles' in its own useMemo() Hook
PR: src/components/builder/ExplorerPanel.tsx#L234
The 'allFiles' logical expression could make the dependencies of useMemo Hook (at line 533) change on every render. To fix this, wrap the initialization of 'allFiles' in its own useMemo() Hook
PR: src/components/builder/ExplorerPanel.tsx#L234
The 'allFiles' logical expression could make the dependencies of useMemo Hook (at line 235) change on every render. To fix this, wrap the initialization of 'allFiles' in its own useMemo() Hook
PR: src/components/builder/DeployDialog.tsx#L252
React Hook useCallback has a missing dependency: 'providerInfo'. Either include it or remove the dependency array