What is the primary purpose of the MCP Inspector?	To allow live development and debugging of an MCP server without wiring it to a real application.
What command is used to start the MCP server for development?	`mcp dev [filename]`.
How do you access the MCP Inspector?	By opening the direct address provided in the terminal after running the server command.
What must be done before running the `mcp dev` command?	Ensure the Python environment is activated.
In the MCP Inspector, what steps are needed to test a specific tool?	Click "Tools" in the menu, select "List Tools," and then use the right-hand panel to manually invoke the desired tool.
What is the function of the "Connect" button in the MCP Inspector?	It starts the MCP server that was edited.
How is the success of an `edit document` tool verified?	By running the `read doc contents` tool again with the same document ID.
What components are listed in the top menu bar of the MCP Inspector?	Resources, Prompts, Tools, and other sections.
