Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
107 of your 220 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 31.33s for a 56.0 MB repo slow.
  • Repobility's analysis ran in 19.77s after the clone landed.

MCPJam/inspector

https://github.com/MCPJam/inspector · scanned 2026-06-05 20:16 UTC (4 days, 13 hours ago) · 10 languages

1976 raw signals (198 security + 1778 graph) 11/13 scanners ran 39th percentile · Typescript · huge (>500K LoC) System graph score 60 (higher by 23)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 13 hours ago · v2 · 895 actionable findings from 2 signal sources. 191 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 95.0 0.20 19.00
documentation_score 76.0 0.15 11.40
practices_score 77.0 0.15 11.55
code_quality 70.0 0.10 7.00
Overall 1.00 83.0
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Ranks in the 62nd percentile among medium-sized repos. Strongest dependencies (85), structure (71); weakest code quality (54), documentation (61). 31 findings (2 critical). Most common pattern: cpp-new-without-delete.

Showing 486 of 895 actionable findings. 1086 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Security checks software dependencies conf 0.90 ✓ Repobility [MINED125] GHA script injection via github.event.pull_request.head.ref in run-step: Multi-line `run: |` block interpolates ${{ github.event.pull_request.head.ref }} into shell. PR title/body/branch/comment fields are attacker-controllable.
Capture the field into an env var first; reference $ENV_VAR in shell.
.github/workflows/pr-preview.yml:96
low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 25 occurrences Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
4 files, 25 locations
.github/workflows/pr-preview.yml:70, 101, 193, 219, 321, 414, 430, 468, +6 more (14 hits)
.github/workflows/pr-mcp-preview.yml:69, 70, 103, 104, 215, 216, 243, 244 (8 hits)
.github/workflows/update-docs.yml:37, 38 (2 hits)
.github/workflows/mintlify-triage.yml:41
CI/CD securityworkflow secretsGitHub Actions
high Security checks software dependencies conf 0.90 ✓ Repobility 3 occurrences [MINED122] package.json dep `@mcpjam/sdk` pulled from URL/Git: `dependencies.@mcpjam/sdk` = `file:../../../sdk` bypasses the npm registry. No integrity hash, no version locking, no registry-side scanning. If the URL or git host is compromised, every `npm install` pulls the new payload.
Publish the dependency to npm (or your private registry) and reference it by `^x.y.z`. If that's not possible, lock by commit SHA: `git+https://...#<full-sha>` AND verify the SHA in CI.
3 files, 3 locations
examples/conformance/basic/package.json:1
examples/evals/asana/package.json:1
examples/evals/brightdata/package.json:1
high Security checks security auth conf 0.83 5 occurrences Secret-like setting is echoed into a password input value
Never prefill secret fields with stored values. Show a masked status such as configured/not configured, require explicit rotation to replace the value, and return the raw key only once at creation time.
4 files, 5 locations
mcpjam-inspector/client/src/components/organization/OrganizationModelsSection.tsx:759, 1006 (2 hits)
mcpjam-inspector/client/src/components/setting/AzureOpenAIConfigDialog.tsx:76
mcpjam-inspector/client/src/components/setting/CustomProviderConfigDialog.tsx:184
mcpjam-inspector/client/src/components/setting/OpenRouterConfigDialog.tsx:83
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/mcp/servers/disconnected-server (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:236)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:236` calls `DELETE /api/mcp/servers/disconnected-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/disconnected-server` If this…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/mcp/servers/server-1 (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:220)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:220` calls `DELETE /api/mcp/servers/server-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/server-1` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/mcp/servers/server-1 (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:254)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:254` calls `DELETE /api/mcp/servers/server-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/server-1` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:364)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:364` calls `DELETE /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apps/files/file/file_abc (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:233)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:233` calls `GET /api/apps/files/file/file_abc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/apps/files/file/file_abc` If this points at a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apps/mcp-apps/sandbox-proxy (mcpjam-inspector/server/__tests__/sandbox-proxy.test.ts:59)
`mcpjam-inspector/server/__tests__/sandbox-proxy.test.ts:59` calls `GET /api/apps/mcp-apps/sandbox-proxy` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/apps/mcp-apps/sandbox-proxy` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apps/mcp-apps/sandbox-proxy (mcpjam-inspector/server/__tests__/sandbox-proxy.test.ts:68)
`mcpjam-inspector/server/__tests__/sandbox-proxy.test.ts:68` calls `GET /api/apps/mcp-apps/sandbox-proxy` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/apps/mcp-apps/sandbox-proxy` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apps/mcp-apps/sandbox-proxy (mcpjam-inspector/server/__tests__/sandbox-proxy.test.ts:75)
`mcpjam-inspector/server/__tests__/sandbox-proxy.test.ts:75` calls `GET /api/apps/mcp-apps/sandbox-proxy` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/apps/mcp-apps/sandbox-proxy` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apps/mcp-apps/sandbox-proxy (mcpjam-inspector/server/__tests__/sandbox-proxy.test.ts:81)
`mcpjam-inspector/server/__tests__/sandbox-proxy.test.ts:81` calls `GET /api/apps/mcp-apps/sandbox-proxy` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/apps/mcp-apps/sandbox-proxy` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apps/mcp-apps/sandbox-proxy (mcpjam-inspector/server/__tests__/sandbox-proxy.test.ts:89)
`mcpjam-inspector/server/__tests__/sandbox-proxy.test.ts:89` calls `GET /api/apps/mcp-apps/sandbox-proxy` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/apps/mcp-apps/sandbox-proxy` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apps/mcp-apps/sandbox-proxy (mcpjam-inspector/server/routes/apps/__tests__/sandbox-proxy-routes.test.ts:10)
`mcpjam-inspector/server/routes/apps/__tests__/sandbox-proxy-routes.test.ts:10` calls `GET /api/apps/mcp-apps/sandbox-proxy` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/apps/mcp-apps/sandbox-proxy` If th…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apps/mcp-apps/sandbox-proxy/content (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:225)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:225` calls `GET /api/apps/mcp-apps/sandbox-proxy/content` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/apps/mcp-apps/sandbox-proxy/conten…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apps/mcp-apps/widget (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:219)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:219` calls `GET /api/apps/mcp-apps/widget` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/apps/mcp-apps/widget` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/${prefix}/test-server (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:99)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:99` calls `GET /api/mcp/${prefix}/test-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/<p>/test-server` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/${prefix}/test-server?_token=${validToken} (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:126)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:126` calls `GET /api/mcp/${prefix}/test-server?_token=${validToken}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/<p>/test-server` I…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/${prefix}/test-server?_token=${validToken} (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:260)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:260` calls `GET /api/mcp/${prefix}/test-server?_token=${validToken}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/<p>/test-server` I…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/models (mcpjam-inspector/client/src/hooks/use-model-metadata.ts:37)
`mcpjam-inspector/client/src/hooks/use-model-metadata.ts:37` calls `GET /api/mcp/models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/models` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/oauth/callback (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:205)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:205` calls `GET /api/mcp/oauth/callback` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/oauth/callback` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/oauth/callback (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:211)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:211` calls `GET /api/mcp/oauth/callback` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/oauth/callback` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers (cli/src/lib/inspector-api.ts:494)
`cli/src/lib/inspector-api.ts:494` calls `GET /api/mcp/servers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:104)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:104` calls `GET /api/mcp/servers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:69)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:69` calls `GET /api/mcp/servers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:89)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:89` calls `GET /api/mcp/servers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers/init-info/server-1 (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:183)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:183` calls `GET /api/mcp/servers/init-info/server-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/init-info/server-1` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers/init-info/unknown-server (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:198)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:198` calls `GET /api/mcp/servers/init-info/unknown-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/init-info/unknown-server` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers/rpc/stream (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:150)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:150` calls `GET /api/mcp/servers/rpc/stream` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/rpc/stream` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers/status/server-1 (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:128)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:128` calls `GET /api/mcp/servers/status/server-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/status/server-1` If this points at …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers/status/server-1 (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:161)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:161` calls `GET /api/mcp/servers/status/server-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/status/server-1` If this points at …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers/status/server-2 (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:145)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:145` calls `GET /api/mcp/servers/status/server-2` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/status/server-2` If this points at …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/test (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:158)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:158` calls `GET /api/mcp/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/test` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/test (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:279)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:279` calls `GET /api/mcp/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/test` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/test (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:287)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:287` calls `GET /api/mcp/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/test` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/test (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:295)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:295` calls `GET /api/mcp/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/test` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/test (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:69)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:69` calls `GET /api/mcp/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/test` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/test (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:78)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:78` calls `GET /api/mcp/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/test` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/test (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:89)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:89` calls `GET /api/mcp/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/test` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/test?_token=${validToken} (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:119)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:119` calls `GET /api/mcp/test?_token=${validToken}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/test` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/test?_token=${validToken} (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:99)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:99` calls `GET /api/mcp/test?_token=${validToken}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/test` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/test?_token=invalid-query-token (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:107)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:107` calls `GET /api/mcp/test?_token=invalid-query-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/test` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/xaa/.well-known/jwks.json (mcpjam-inspector/server/routes/mcp/__tests__/xaa.test.ts:55)
`mcpjam-inspector/server/routes/mcp/__tests__/xaa.test.ts:55` calls `GET /api/mcp/xaa/.well-known/jwks.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/xaa/.well-known/jwks.json` If this points at a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/__tests__/in-app-browser.test.ts:217)
`mcpjam-inspector/server/__tests__/in-app-browser.test.ts:217` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `https://` so the …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:104)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:104` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:112)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:112` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:120)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:120` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:128)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:128` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:138)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:138` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:149)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:149` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:157)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:157` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:165)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:165` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:173)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:173` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:182)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:182` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:198)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:198` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:211)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:211` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:216)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:216` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:221)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:221` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:233)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:233` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:247)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:247` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:265)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:265` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:271)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:271` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:278)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:278` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:292)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:292` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:304)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:304` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:318)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:318` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:324)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:324` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:335)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:335` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:364)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:364` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:373)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:373` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:381)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:381` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:58)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:58` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:88)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:88` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:96)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:96` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/explode (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:293)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:293` calls `GET /api/web/explode` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/explode` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/guest-jwks (mcpjam-inspector/server/routes/web/__tests__/guest-jwks.test.ts:106)
`mcpjam-inspector/server/routes/web/__tests__/guest-jwks.test.ts:106` calls `GET /api/web/guest-jwks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/guest-jwks` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/guest-jwks (mcpjam-inspector/server/routes/web/__tests__/guest-jwks.test.ts:133)
`mcpjam-inspector/server/routes/web/__tests__/guest-jwks.test.ts:133` calls `GET /api/web/guest-jwks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/guest-jwks` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/guest-jwks (mcpjam-inspector/server/routes/web/__tests__/guest-jwks.test.ts:68)
`mcpjam-inspector/server/routes/web/__tests__/guest-jwks.test.ts:68` calls `GET /api/web/guest-jwks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/guest-jwks` If this points at an external API, prefix …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/guest-jwks (mcpjam-inspector/server/routes/web/__tests__/guest-jwks.test.ts:87)
`mcpjam-inspector/server/routes/web/__tests__/guest-jwks.test.ts:87` calls `GET /api/web/guest-jwks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/guest-jwks` If this points at an external API, prefix …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/health (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:210)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:210` calls `GET /api/web/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/health` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/nonexistent (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:228)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:228` calls `GET /api/web/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/nonexistent` If this points at a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/probe/healthz (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:211)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:211` calls `GET /api/web/probe/healthz` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/probe/healthz` If this points …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/stream (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:247)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:247` calls `GET /api/web/stream` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/stream` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/stream (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:268)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:268` calls `GET /api/web/stream` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/stream` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/test (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:107)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:107` calls `GET /api/web/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/test` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/test (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:118)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:118` calls `GET /api/web/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/test` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/test (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:137)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:137` calls `GET /api/web/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/test` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/test (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:160)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:160` calls `GET /api/web/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/test` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/test (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:178)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:178` calls `GET /api/web/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/test` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/test (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:52)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:52` calls `GET /api/web/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/test` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/test (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:66)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:66` calls `GET /api/web/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/test` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/test (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:74)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:74` calls `GET /api/web/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/test` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/test (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:84)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:84` calls `GET /api/web/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/test` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/test (mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:96)
`mcpjam-inspector/server/middleware/__tests__/request-log-context.middleware.test.ts:96` calls `GET /api/web/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/test` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/web/xaa/.well-known/jwks.json (mcpjam-inspector/server/routes/web/__tests__/xaa.test.ts:43)
`mcpjam-inspector/server/routes/web/__tests__/xaa.test.ts:43` calls `GET /api/web/xaa/.well-known/jwks.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/xaa/.well-known/jwks.json` If this points at a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /assets/index-abc123.css (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:354)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:354` calls `GET /assets/index-abc123.css` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/assets/index-abc123.css` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /assets/index-abc123.js (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:346)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:346` calls `GET /assets/index-abc123.js` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/assets/index-abc123.js` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /assets/main.js (mcpjam-inspector/server/__tests__/in-app-browser.test.ts:227)
`mcpjam-inspector/server/__tests__/in-app-browser.test.ts:227` calls `GET /assets/main.js` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/assets/main.js` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /assets/main.js (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:199)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:199` calls `GET /assets/main.js` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/assets/main.js` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chat-history/detail (mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:203)
`mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:203` calls `GET /chat-history/detail` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chat-history/detail` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chat-history/detail?chatSessionId=s1 (mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:165)
`mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:165` calls `GET /chat-history/detail?chatSessionId=s1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chat-history/detail` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chat-history/detail?sessionId=session1 (mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:190)
`mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:190` calls `GET /chat-history/detail?sessionId=session1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chat-history/detail` If this points…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chat-history/list?projectId=ws1&status=active (mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:121)
`mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:121` calls `GET /chat-history/list?projectId=ws1&status=active` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chat-history/list` If this p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chat-history/list?status=active (mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:141)
`mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:141` calls `GET /chat-history/list?status=active` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chat-history/list` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:354)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:354` calls `GET /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /inspector (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:271)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:271` calls `GET /inspector` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/inspector` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /shared/chat/abc123 (mcpjam-inspector/server/__tests__/in-app-browser.test.ts:248)
`mcpjam-inspector/server/__tests__/in-app-browser.test.ts:248` calls `GET /shared/chat/abc123` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/chat/abc123` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost/shared/chat/abc123 (mcpjam-inspector/server/__tests__/in-app-browser.test.ts:258)
`mcpjam-inspector/server/__tests__/in-app-browser.test.ts:258` calls `GET http://localhost/shared/chat/abc123` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/localhost/shared/chat/abc123` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port}/health (mcpjam-inspector/lib/launcher/index.ts:81)
`mcpjam-inspector/lib/launcher/index.ts:81` calls `GET http://localhost:${port}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/health` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.github.com/repos/${REPO} (mcpjam-inspector/client/src/components/ui/github-star-button.tsx:47)
`mcpjam-inspector/client/src/components/ui/github-star-button.tsx:47` calls `GET https://api.github.com/repos/${REPO}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.github.com/repos/<p>` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: OPTIONS /api/mcp/${prefix}/test-server (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:245)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:245` calls `OPTIONS /api/mcp/${prefix}/test-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/<p>/test-server` If this points at …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: OPTIONS /api/mcp/test (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:168)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:168` calls `OPTIONS /api/mcp/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/test` If this points at an external API, prefix it wi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: OPTIONS /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:76)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:76` calls `OPTIONS /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apps/files/upload-file (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:242)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:242` calls `POST /api/apps/files/upload-file` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/apps/files/upload-file` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apps/files/upload-file (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:251)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:251` calls `POST /api/apps/files/upload-file` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/apps/files/upload-file` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apps/mcp-apps/widget-content (mcpjam-inspector/server/routes/apps/__tests__/widget-content-metadata.test.ts:66)
`mcpjam-inspector/server/routes/apps/__tests__/widget-content-metadata.test.ts:66` calls `POST /api/apps/mcp-apps/widget-content` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/apps/mcp-apps/widget-content`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/${prefix}/test-server (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:109)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:109` calls `POST /api/mcp/${prefix}/test-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/<p>/test-server` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/${prefix}/test-server (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:150)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:150` calls `POST /api/mcp/${prefix}/test-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/<p>/test-server` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/${prefix}/test-server (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:171)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:171` calls `POST /api/mcp/${prefix}/test-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/<p>/test-server` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/${prefix}/test-server (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:189)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:189` calls `POST /api/mcp/${prefix}/test-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/<p>/test-server` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/${prefix}/test-server (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:218)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:218` calls `POST /api/mcp/${prefix}/test-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/<p>/test-server` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/${prefix}/test-server (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:84)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:84` calls `POST /api/mcp/${prefix}/test-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/<p>/test-server` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/adapter-http/test-server (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:314)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:314` calls `POST /api/mcp/adapter-http/test-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/adapter-http/test-server` If this p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/chat-v2 (mcpjam-inspector/server/routes/mcp/__tests__/chat-v2.test.ts:198)
`mcpjam-inspector/server/routes/mcp/__tests__/chat-v2.test.ts:198` calls `POST /api/mcp/chat-v2` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/chat-v2` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/connect (cli/src/lib/inspector-api.ts:486)
`cli/src/lib/inspector-api.ts:486` calls `POST /api/mcp/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/connect` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/connect (mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:111)
`mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:111` calls `POST /api/mcp/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/connect` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/connect (mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:140)
`mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:140` calls `POST /api/mcp/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/connect` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/connect (mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:202)
`mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:202` calls `POST /api/mcp/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/connect` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/connect (mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:244)
`mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:244` calls `POST /api/mcp/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/connect` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/connect (mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:327)
`mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:327` calls `POST /api/mcp/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/connect` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/connect (mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:356)
`mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:356` calls `POST /api/mcp/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/connect` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/connect (mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:373)
`mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:373` calls `POST /api/mcp/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/connect` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/connect (mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:405)
`mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:405` calls `POST /api/mcp/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/connect` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/connect (mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:441)
`mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:441` calls `POST /api/mcp/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/connect` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/connect (mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:56)
`mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:56` calls `POST /api/mcp/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/connect` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/connect (mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:68)
`mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:68` calls `POST /api/mcp/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/connect` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/connect (mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:80)
`mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:80` calls `POST /api/mcp/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/connect` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/connect (mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:94)
`mcpjam-inspector/server/routes/mcp/__tests__/connect.test.ts:94` calls `POST /api/mcp/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/connect` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/evals/replay-run (mcpjam-inspector/server/routes/mcp/__tests__/evals-replay.test.ts:136)
`mcpjam-inspector/server/routes/mcp/__tests__/evals-replay.test.ts:136` calls `POST /api/mcp/evals/replay-run` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/evals/replay-run` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/evals/trace-repair/start (mcpjam-inspector/server/routes/mcp/__tests__/evals-trace-repair-start.test.ts:106)
`mcpjam-inspector/server/routes/mcp/__tests__/evals-trace-repair-start.test.ts:106` calls `POST /api/mcp/evals/trace-repair/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/evals/trace-repair/start…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/evals/trace-repair/start (mcpjam-inspector/server/routes/mcp/__tests__/evals-trace-repair-start.test.ts:129)
`mcpjam-inspector/server/routes/mcp/__tests__/evals-trace-repair-start.test.ts:129` calls `POST /api/mcp/evals/trace-repair/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/evals/trace-repair/start…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/evals/trace-repair/start (mcpjam-inspector/server/routes/mcp/__tests__/evals-trace-repair-start.test.ts:55)
`mcpjam-inspector/server/routes/mcp/__tests__/evals-trace-repair-start.test.ts:55` calls `POST /api/mcp/evals/trace-repair/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/evals/trace-repair/start`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/evals/trace-repair/start (mcpjam-inspector/server/routes/mcp/__tests__/evals-trace-repair-start.test.ts:81)
`mcpjam-inspector/server/routes/mcp/__tests__/evals-trace-repair-start.test.ts:81` calls `POST /api/mcp/evals/trace-repair/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/evals/trace-repair/start`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/manager-http/test-server (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:281)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:281` calls `POST /api/mcp/manager-http/test-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/manager-http/test-server` If this p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/manager-http/test-server (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:298)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:298` calls `POST /api/mcp/manager-http/test-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/manager-http/test-server` If this p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/manager-http/test-server (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:351)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:351` calls `POST /api/mcp/manager-http/test-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/manager-http/test-server` If this p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/manager-http/test-server (mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:369)
`mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:369` calls `POST /api/mcp/manager-http/test-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/manager-http/test-server` If this p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/get (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:240)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:240` calls `POST /api/mcp/prompts/get` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/get` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/get (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:253)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:253` calls `POST /api/mcp/prompts/get` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/get` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/get (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:268)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:268` calls `POST /api/mcp/prompts/get` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/get` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/get (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:289)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:289` calls `POST /api/mcp/prompts/get` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/get` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/get (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:313)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:313` calls `POST /api/mcp/prompts/get` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/get` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/get (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:343)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:343` calls `POST /api/mcp/prompts/get` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/get` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/list (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:117)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:117` calls `POST /api/mcp/prompts/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/list` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/list (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:68)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:68` calls `POST /api/mcp/prompts/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/list` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/list (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:83)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:83` calls `POST /api/mcp/prompts/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/list` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/list (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:99)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:99` calls `POST /api/mcp/prompts/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/list` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/list-multi (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:143)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:143` calls `POST /api/mcp/prompts/list-multi` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/list-multi` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/list-multi (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:156)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:156` calls `POST /api/mcp/prompts/list-multi` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/list-multi` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/list-multi (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:178)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:178` calls `POST /api/mcp/prompts/list-multi` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/list-multi` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/list-multi (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:199)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:199` calls `POST /api/mcp/prompts/list-multi` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/list-multi` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/prompts/list-multi (mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:215)
`mcpjam-inspector/server/routes/mcp/__tests__/prompts.test.ts:215` calls `POST /api/mcp/prompts/list-multi` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/prompts/list-multi` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/resources/list (mcpjam-inspector/server/__tests__/auth-integration.test.ts:175)
`mcpjam-inspector/server/__tests__/auth-integration.test.ts:175` calls `POST /api/mcp/resources/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/resources/list` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/resources/list (mcpjam-inspector/server/__tests__/auth-integration.test.ts:191)
`mcpjam-inspector/server/__tests__/auth-integration.test.ts:191` calls `POST /api/mcp/resources/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/resources/list` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/resources/list (mcpjam-inspector/server/__tests__/auth-integration.test.ts:207)
`mcpjam-inspector/server/__tests__/auth-integration.test.ts:207` calls `POST /api/mcp/resources/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/resources/list` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/resources/list (mcpjam-inspector/server/__tests__/auth-integration.test.ts:220)
`mcpjam-inspector/server/__tests__/auth-integration.test.ts:220` calls `POST /api/mcp/resources/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/resources/list` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/resources/list (mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:112)
`mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:112` calls `POST /api/mcp/resources/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/resources/list` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/resources/list (mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:132)
`mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:132` calls `POST /api/mcp/resources/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/resources/list` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/resources/list (mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:57)
`mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:57` calls `POST /api/mcp/resources/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/resources/list` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/resources/list (mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:72)
`mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:72` calls `POST /api/mcp/resources/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/resources/list` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/resources/list (mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:92)
`mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:92` calls `POST /api/mcp/resources/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/resources/list` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/resources/read (mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:158)
`mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:158` calls `POST /api/mcp/resources/read` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/resources/read` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/resources/read (mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:171)
`mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:171` calls `POST /api/mcp/resources/read` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/resources/read` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/resources/read (mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:186)
`mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:186` calls `POST /api/mcp/resources/read` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/resources/read` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/resources/read (mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:218)
`mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:218` calls `POST /api/mcp/resources/read` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/resources/read` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/resources/read (mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:240)
`mcpjam-inspector/server/routes/mcp/__tests__/resources.test.ts:240` calls `POST /api/mcp/resources/read` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/resources/read` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/servers/reconnect (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:310)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:310` calls `POST /api/mcp/servers/reconnect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/reconnect` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/servers/reconnect (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:320)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:320` calls `POST /api/mcp/servers/reconnect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/reconnect` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/servers/reconnect (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:335)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:335` calls `POST /api/mcp/servers/reconnect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/reconnect` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/servers/reconnect (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:349)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:349` calls `POST /api/mcp/servers/reconnect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/reconnect` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/servers/reconnect (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:385)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:385` calls `POST /api/mcp/servers/reconnect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/reconnect` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/servers/reconnect (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:438)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:438` calls `POST /api/mcp/servers/reconnect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/reconnect` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/servers/reconnect (mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:488)
`mcpjam-inspector/server/routes/mcp/__tests__/servers.test.ts:488` calls `POST /api/mcp/servers/reconnect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/servers/reconnect` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/test (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:125)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:125` calls `POST /api/mcp/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/test` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/test (mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:138)
`mcpjam-inspector/server/middleware/__tests__/session-auth.test.ts:138` calls `POST /api/mcp/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/test` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/tools/execute (cli/src/lib/inspector-api.ts:524)
`cli/src/lib/inspector-api.ts:524` calls `POST /api/mcp/tools/execute` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/tools/execute` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/tools/list (cli/src/lib/inspector-api.ts:513)
`cli/src/lib/inspector-api.ts:513` calls `POST /api/mcp/tools/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/tools/list` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/tools/respond (cli/src/lib/inspector-api.ts:535)
`cli/src/lib/inspector-api.ts:535` calls `POST /api/mcp/tools/respond` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/tools/respond` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/xaa/authenticate (mcpjam-inspector/server/routes/mcp/__tests__/xaa.test.ts:77)
`mcpjam-inspector/server/routes/mcp/__tests__/xaa.test.ts:77` calls `POST /api/mcp/xaa/authenticate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/xaa/authenticate` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/xaa/authenticate (mcpjam-inspector/server/routes/mcp/__tests__/xaa.test.ts:92)
`mcpjam-inspector/server/routes/mcp/__tests__/xaa.test.ts:92` calls `POST /api/mcp/xaa/authenticate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/xaa/authenticate` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mcp/xaa/token-exchange (mcpjam-inspector/server/routes/mcp/__tests__/xaa.test.ts:105)
`mcpjam-inspector/server/routes/mcp/__tests__/xaa.test.ts:105` calls `POST /api/mcp/xaa/token-exchange` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/xaa/token-exchange` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/release/dispatch (soundcheck/src/components/run-release.tsx:107)
`soundcheck/src/components/run-release.tsx:107` calls `POST /api/release/dispatch` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/release/dispatch` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/test (mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:64)
`mcpjam-inspector/server/middleware/__tests__/origin-validation.test.ts:64` calls `POST /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/web/evals/replay-run (mcpjam-inspector/server/routes/web/__tests__/evals-replay.test.ts:139)
`mcpjam-inspector/server/routes/web/__tests__/evals-replay.test.ts:139` calls `POST /api/web/evals/replay-run` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/evals/replay-run` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/web/evals/trace-repair/start (mcpjam-inspector/server/routes/web/__tests__/evals-trace-repair-start.test.ts:101)
`mcpjam-inspector/server/routes/web/__tests__/evals-trace-repair-start.test.ts:101` calls `POST /api/web/evals/trace-repair/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/evals/trace-repair/start…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/web/evals/trace-repair/start (mcpjam-inspector/server/routes/web/__tests__/evals-trace-repair-start.test.ts:136)
`mcpjam-inspector/server/routes/web/__tests__/evals-trace-repair-start.test.ts:136` calls `POST /api/web/evals/trace-repair/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/evals/trace-repair/start…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/web/evals/trace-repair/start (mcpjam-inspector/server/routes/web/__tests__/evals-trace-repair-start.test.ts:163)
`mcpjam-inspector/server/routes/web/__tests__/evals-trace-repair-start.test.ts:163` calls `POST /api/web/evals/trace-repair/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/evals/trace-repair/start…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/web/evals/trace-repair/start (mcpjam-inspector/server/routes/web/__tests__/evals-trace-repair-start.test.ts:188)
`mcpjam-inspector/server/routes/web/__tests__/evals-trace-repair-start.test.ts:188` calls `POST /api/web/evals/trace-repair/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/evals/trace-repair/start…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/web/evals/trace-repair/start (mcpjam-inspector/server/routes/web/__tests__/evals-trace-repair-start.test.ts:209)
`mcpjam-inspector/server/routes/web/__tests__/evals-trace-repair-start.test.ts:209` calls `POST /api/web/evals/trace-repair/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/evals/trace-repair/start…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/web/guest-session (mcpjam-inspector/client/src/lib/guest-session.ts:112)
`mcpjam-inspector/client/src/lib/guest-session.ts:112` calls `POST /api/web/guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/web/guest-session` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/web/guest-session/promotion-proof (mcpjam-inspector/client/src/lib/guest-session.ts:339)
`mcpjam-inspector/client/src/lib/guest-session.ts:339` calls `POST /api/web/guest-session/promotion-proof` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/web/guest-session/promotion-proof` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/web/guest-session/revoke (mcpjam-inspector/client/src/lib/guest-session.ts:301)
`mcpjam-inspector/client/src/lib/guest-session.ts:301` calls `POST /api/web/guest-session/revoke` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/web/guest-session/revoke` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/web/xaa/authenticate (mcpjam-inspector/server/routes/web/__tests__/xaa.test.ts:55)
`mcpjam-inspector/server/routes/web/__tests__/xaa.test.ts:55` calls `POST /api/web/xaa/authenticate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/xaa/authenticate` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/web/xaa/authenticate (mcpjam-inspector/server/routes/web/__tests__/xaa.test.ts:75)
`mcpjam-inspector/server/routes/web/__tests__/xaa.test.ts:75` calls `POST /api/web/xaa/authenticate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/xaa/authenticate` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/web/xaa/token-exchange (mcpjam-inspector/server/routes/web/__tests__/xaa.test.ts:87)
`mcpjam-inspector/server/routes/web/__tests__/xaa.test.ts:87` calls `POST /api/web/xaa/token-exchange` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/web/xaa/token-exchange` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /chat-history/action (mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:221)
`mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:221` calls `POST /chat-history/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chat-history/action` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /chat-history/action (mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:251)
`mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:251` calls `POST /chat-history/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chat-history/action` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /chat-history/action (mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:277)
`mcpjam-inspector/server/routes/web/__tests__/chat-history.test.ts:277` calls `POST /chat-history/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chat-history/action` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:105)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:105` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:117)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:117` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:129)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:129` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:137)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:137` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:174)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:174` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:197)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:197` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:213)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:213` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:230)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:230` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:249)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:249` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:264)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:264` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:285)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:285` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:309)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:309` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:344)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:344` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:388)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:388` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:419)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:419` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:430)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:430` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:440)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:440` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:446)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:446` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:458)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:458` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:464)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:464` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:473)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:473` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:479)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:479` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:485)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:485` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:494)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:494` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:500)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:500` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:510)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:510` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:88)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:88` calls `POST /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /submit (mcpjam-inspector/server/__tests__/in-app-browser.test.ts:237)
`mcpjam-inspector/server/__tests__/in-app-browser.test.ts:237` calls `POST /submit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/submit` If this points at an external API, prefix it with `https://` so the…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1/guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:151)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:151` calls `POST http://127.0.0.1/guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1/guest-session` If this poi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1/guest-session/revoke (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:329)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:329` calls `POST http://127.0.0.1/guest-session/revoke` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1/guest-session/revok…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST https://app.mcpjam.com/guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:161)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:161` calls `POST https://app.mcpjam.com/guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/https:/app.mcpjam.com/guest-session`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PUT /guest-session (mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:359)
`mcpjam-inspector/server/routes/web/__tests__/guest-session.test.ts:359` calls `PUT /guest-session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/guest-session` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph security security conf 1.00 Insecure pattern 'exec_used' in mcp/worker-configuration.d.ts:3016
Found a known-risky pattern (exec_used). Review and replace if possible.
mcp/worker-configuration.d.ts:3016 Exec used
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
Add .repobility/access.yml mapping routes to anonymous, authenticated, owner, admin, and super_admin. Keep business-specific rules in the repo so CI can enforce them.
high Security checks security auth conf 0.74 [AUC002] Low visible authorization coverage in route inventory: Only 0.0% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence.
Review the access matrix and add explicit framework auth declarations or policy-file exceptions for intentionally public routes.
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /release/dispatch/route.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
soundcheck/src/app/api/release/dispatch/route.ts:88
medium Security checks quality Error handling conf 1.00 3 occurrences [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
3 files, 3 locations
mcpjam-inspector/client/src/components/home/ProductUpdateHoverCard.tsx:32
mcpjam-inspector/client/src/components/learn-more/LearnMoreHoverCard.tsx:39
mcpjam-inspector/client/src/components/ui/github-star-button.tsx:59
high Security checks quality Quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Bind local agent bridges to 127.0.0.1 by default. If remote access is required, require a bearer token or mTLS, enforce origin/CSRF checks for browser clients, and document the threat model.
examples/mcp-apps/flashcards-supabase/server-utils.ts:1
high Security checks quality Quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Bind local agent bridges to 127.0.0.1 by default. If remote access is required, require a bearer token or mTLS, enforce origin/CSRF checks for browser clients, and document the threat model.
examples/mcp-apps/express-react-template/server-utils.ts:5
high Security checks security auth conf 0.82 5 occurrences Browser storage is used for session token material
Prefer httpOnly, Secure, SameSite cookies or short-lived in-memory tokens. Avoid persistent browser storage for access, refresh, ID, or partner session tokens.
4 files, 5 locations
mcpjam-inspector/client/src/lib/oauth/mcp-oauth.ts:2007, 3297 (2 hits)
mcpjam-inspector/client/src/hooks/use-ai-provider-keys.ts:77
mcpjam-inspector/client/src/lib/local-state-migration.ts:459
mcpjam-inspector/client/src/lib/oauth/debug-oauth-provider.ts:64
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Add .dockerignore with at least .git, .env, private keys, dependency folders, build outputs, and local databases.
.dockerignore CI/CD securitycontainers
high Security checks quality Quality conf 0.74 15 occurrences Frontend API reference is not matched by discovered backend routes
Add the backend route, update the frontend constant to the implemented endpoint, or document that the route is served by another service and exclude it with .repobilityignore.
6 files, 15 locations
cli/src/lib/inspector-api.ts:486, 494, 513, 524, 535 (5 hits)
mcpjam-inspector/client/src/components/chat-v2/thread/mcp-apps/widget-file-messages.ts:45, 46, 65 (3 hits)
mcpjam-inspector/client/src/components/ChatTabV2.tsx:1591, 1641 (2 hits)
mcpjam-inspector/client/src/components/chat-v2/thread/mcp-apps/fetch-widget-content.ts:86, 87 (2 hits)
mcpjam-inspector/client/src/components/evals/constants.ts:160, 161 (2 hits)
mcpjam-inspector/client/src/components/chat-v2/thread/mcp-apps/mcp-apps-renderer.tsx:2996
high Security checks quality Quality conf 0.80 3 occurrences localStorage write failures are swallowed silently
Handle QuotaExceededError explicitly, show a toast or error state, and guide the user to export/clear old local data. Log non-quota failures for diagnostics.
3 files, 3 locations
mcpjam-inspector/client/src/App.tsx:1740
mcpjam-inspector/client/src/components/ServersTab.tsx:195
mcpjam-inspector/client/src/components/chat-v2/chat-input/dialogs/confirm-chat-reset-dialog.tsx:71
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — mcpjam-inspector/client/src/components/ui-playground/HandDrawnSendHint.tsx:73
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — mcpjam-inspector/client/src/components/ui/chart.tsx:81
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — mcpjam-inspector/client/src/components/ui/json-editor/json-editor-edit.tsx:658
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — examples/mcp-apps/sip-cocktails/server-utils.ts:129
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcp/src/index.ts:38
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcp/worker-configuration.d.ts:324
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/client/src/components/chat-v2/chat-input/prompts/mcp-prompts-popover.tsx:92
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/client/src/components/chat-v2/thread/mcp-apps/mcp-apps-renderer.tsx:1443
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/client/src/components/evals/trace-viewer-adapter.ts:143
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/client/src/components/OrganizationsTab.tsx:508
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/client/src/components/ViewsTab.tsx:564
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/client/src/hooks/use-chat-session.ts:1410
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/client/src/hooks/use-model-metadata.ts:37
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/client/src/hooks/useChatboxTopicMap.ts:109
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/client/src/hooks/useSaveView.ts:150
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/client/src/hooks/useSharedChatWidgetCapture.ts:436
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/client/src/hooks/useTunnelCleanup.ts:46
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/client/src/lib/session-token.ts:388
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/server/routes/mcp/__tests__/http-adapters.test.ts:341
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/server/routes/mcp/models.ts:38
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/server/routes/mcp/tokenizer.ts:86
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/server/routes/mcp/tunnels.ts:33
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/server/routes/web/oauth.ts:89
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/server/services/eval-agent.ts:101
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/server/services/negative-test-agent.ts:37
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcpjam-inspector/server/services/tunnel-cleanup.ts:31
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — sdk/src/mcp-client-manager/stateless-mcp-http-preview-client.ts:788
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — sdk/src/oauth-proxy.ts:210
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — soundcheck/src/lib/github.ts:38
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph cicd CI/CD security conf 1.00 10 occurrences GitHub Action is tag-pinned rather than SHA-pinned
anthropics/claude-code-action@v1 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
6 files, 10 locations
.github/workflows/pr-mcp-preview.yml:101, 241 (4 hits)
.github/workflows/deploy-mcp-staging.yml:82 (2 hits)
.github/workflows/claude.yml:35
.github/workflows/deploy-mcp-prod.yml:171
.github/workflows/mintlify-triage.yml:39
.github/workflows/release.yml:510
CI/CD securitySupply chainGitHub Actions
medium System graph cicd CI/CD security conf 1.00 3 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
3 files, 3 locations
.github/workflows/claude.yml
.github/workflows/mintlify-triage.yml
.github/workflows/release.yml
CI/CD securitySupply chainGithub actions
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 16 locations
cli/src/commands/tools.ts:77, 178 (2 hits)
mcpjam-inspector/client/src/components/ResourcesTab.tsx:38, 447 (2 hits)
mcpjam-inspector/client/src/components/TasksTab.tsx:537, 538 (2 hits)
mcpjam-inspector/client/src/components/clients/comparison/HostCompareSelector.tsx:5, 189 (2 hits)
cli/src/commands/conformance.ts:62
cli/src/commands/resources.ts:25
cli/src/commands/server.ts:210
mcpjam-inspector/client/src/components/EvalsTab.tsx:138
duplicationquality
low System graph quality Integrity conf 1.00 94 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ALLOWED_ORIGINS`, `ANTHROPIC_API_KEY`, `APPLE_API_ISSUER_ID`, `APPLE_API_KEY_FILE`, `APPLE_API_KEY_ID`, `APPLE_APP_SPECIFIC_PASSWORD`, `APPLE_ID`, `APPLE_TEAM_ID` + 86 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn…
config drift
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph software Dead code candidate conf 1.00 File has no detected symbols: cli/src/lib/oauth-enums.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: cli/src/lib/redaction.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: cli/tests/apps-conformance.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: cli/tests/oauth-proxy.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: cli/tests/oauth.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: cli/tests/output.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: cli/tsup.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: design-system/src/__tests__/tokens-parity.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: design-system/src/tokens.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/chatgpt-apps/CoffeeShop/server.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/chatgpt-apps/CoffeeShop/src/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/chatgpt-apps/CoffeeShop/vite.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/conformance/basic/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/evals/asana/asana-evals.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.

Showing first 300 of 486. Refine filters or use the findings page for deep search.

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/66da6397-b2ff-4a04-8b68-be2884660162/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/66da6397-b2ff-4a04-8b68-be2884660162/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.