Skip to content

Commit 65c589c

Browse files
committed
Fixes to the formatting
1 parent 5b22143 commit 65c589c

File tree

5 files changed

+400
-100
lines changed

5 files changed

+400
-100
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ The MCP Inspector includes a proxy server that can run and communicate with loca
5050

5151
The MCP Inspector supports the following configuration settings. To change them click on the `Configuration` button in the MCP Inspector UI:
5252

53-
| Name | Purpose | Default Value |
54-
| -------------------------- | --------------------------------------------------------------------------- | ------------- |
53+
| Name | Purpose | Default Value |
54+
| -------------------------- | ----------------------------------------------------------------------------------------- | ------------- |
5555
| MCP_SERVER_REQUEST_TIMEOUT | Maximum time in milliseconds to wait for a response from the MCP server before timing out | 10000 |
5656

5757
The inspector also supports configuration files to store settings for different MCP servers. This is useful when working with multiple servers or complex configurations:
@@ -149,16 +149,16 @@ npx @modelcontextprotocol/inspector --cli https://my-mcp-server.example.com --me
149149

150150
### UI Mode vs CLI Mode: When to Use Each
151151

152-
| Use Case | UI Mode | CLI Mode |
153-
|----------|---------|----------|
154-
| **Server Development** | Visual interface for interactive testing and debugging during development | Scriptable commands for quick testing and continuous integration; creates feedback loops with AI coding assistants like Cursor for rapid development |
155-
| **Resource Exploration** | Interactive browser with hierarchical navigation and JSON visualization | Programmatic listing and reading for automation and scripting |
156-
| **Tool Testing** | Form-based parameter input with real-time response visualization | Command-line tool execution with JSON output for scripting |
157-
| **Prompt Engineering** | Interactive sampling with streaming responses and visual comparison | Batch processing of prompts with machine-readable output |
158-
| **Debugging** | Request history, visualized errors, and real-time notifications | Direct JSON output for log analysis and integration with other tools |
159-
| **Automation** | N/A | Ideal for CI/CD pipelines, batch processing, and integration with coding assistants |
160-
| **Learning MCP** | Rich visual interface helps new users understand server capabilities | Simplified commands for focused learning of specific endpoints |
152+
| Use Case | UI Mode | CLI Mode |
153+
| ------------------------ | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
154+
| **Server Development** | Visual interface for interactive testing and debugging during development | Scriptable commands for quick testing and continuous integration; creates feedback loops with AI coding assistants like Cursor for rapid development |
155+
| **Resource Exploration** | Interactive browser with hierarchical navigation and JSON visualization | Programmatic listing and reading for automation and scripting |
156+
| **Tool Testing** | Form-based parameter input with real-time response visualization | Command-line tool execution with JSON output for scripting |
157+
| **Prompt Engineering** | Interactive sampling with streaming responses and visual comparison | Batch processing of prompts with machine-readable output |
158+
| **Debugging** | Request history, visualized errors, and real-time notifications | Direct JSON output for log analysis and integration with other tools |
159+
| **Automation** | N/A | Ideal for CI/CD pipelines, batch processing, and integration with coding assistants |
160+
| **Learning MCP** | Rich visual interface helps new users understand server capabilities | Simplified commands for focused learning of specific endpoints |
161161

162162
## License
163163

164-
This project is licensed under the MIT License—see the [LICENSE](LICENSE) file for details.
164+
This project is licensed under the MIT License—see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)