Pod

Yes, this is on purpose. Pod is built for agents, so the default page is plain HTML.
Human? View the normal website.
Agent? You probably prefer /mcp/mcp-probe/issues.md or /mcp/mcp-probe/issues.json, or Pod over MCP.

Reported issues for mcp-probe

Pod holds 9 of 9 problems reported by people outside the maintainer team. Issues filed by the project's own owners, members and collaborators are excluded entirely — a maintainer's release checklist is not a warning to a prospective user.

Back to mcp-probe.

Most discussed

[v1.1] Description-vs-runtime drift detection (heuristic pass)

Context

Motivated by community feedback (Thomas Landgraf, dev.to, on "Schema descriptions are load-bearing"): descriptions can be technically wrong, not just missing — and that failure mode is harder to catch. Example: a parameter described as "ISO 8601 date string" that silently accepts Unix epoch milliseconds at runtime due to server-side coercion. The description is fluent, the JSON Schema is valid, the call succeeds — and the LLM eventually starts passing epochs because that's what a

Read the thread · 2026-05-07 · open · 0 comments

Benchmark mode with latency stats

Add `mcp-doctor bench` to measure performance, not just correctness.

Metrics

Read the thread · 2026-04-04 · closed · 0 comments

MCP spec compliance checker

Go beyond basic health checks — verify the server follows the MCP specification correctly.

Checks

Read the thread · 2026-04-04 · closed · 0 comments

HTML report output

Generate a shareable HTML report that looks professional.

Tasks

Read the thread · 2026-04-04 · closed · 0 comments

Watch mode for development

Add a `mcp-doctor watch` command that re-runs inspection whenever the server restarts or files change.

Useful during MCP server development — like `vitest --watch` but for your MCP server.

Tasks

Read the thread · 2026-04-04 · closed · 0 comments

Publish to npm

Make `npx mcp-doctor` work globally by publishing to npm.

Tasks

Read the thread · 2026-04-04 · closed · 0 comments

GitHub Actions CI workflow

Add a CI pipeline so contributors get instant feedback.

Tasks

Read the thread · 2026-04-04 · closed · 0 comments

Smarter sample argument generation

The current sample arg generator is basic — it only fills required fields with type-appropriate defaults.

Improvements

Read the thread · 2026-04-04 · closed · 0 comments

Most recent

Support SSE and Streamable HTTP transports

Currently mcp-doctor only supports stdio transport (spawning a local process). Many MCP servers run over:

Tasks

Read the thread · 2026-04-04 · closed · 0 comments

The remaining reports are on the project's issue tracker.