mcp-inspect 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,8 @@ A terminal UI (TUI) inspector for Model Context Protocol (MCP) servers. Inspect
4
4
 
5
5
  ![mcp-inspect TUI](screenshots/mcp-inspector.png)
6
6
 
7
+ > **🎥 Watch the Demo:** Check out the [**mcp-inspect Introduction and Demo**](https://youtu.be/7dvSA8VRIrs) video to see how to inspect MCP servers, test tools, browse resources, and monitor server activity—all from your terminal.
8
+
7
9
  ## Installation
8
10
 
9
11
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-inspect",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A terminal UI (TUI) inspector for Model Context Protocol (MCP) servers",
5
5
  "type": "module",
6
6
  "main": "dist/tui.js",