MCP Inspector
Use the official MCP Inspector with the current dev workflow.
mcpkit intentionally links to the official inspector instead of shipping its own local inspector.
Open it from the CLI
mcpkit dev --inspectWhat happens
- the CLI waits briefly for the dev process to start
- then it opens
https://modelcontextprotocol.io/inspector - if
--transport httpis used, it appends the local/mcpURL as a query parameter
Precision note
The current CLI helper only opens the inspector URL. It does not replace the need to run a real local server process.