Skip to content

Commit feb6ae6

Browse files
committed
Moved web client screenshot into web project , removed it from root. Also updated to current version. Made similar screenshot for TUI and added to its readme. Updated both packages to ensure screenshots included so relative links will work.
1 parent 46f50cb commit feb6ae6

7 files changed

Lines changed: 9 additions & 3 deletions

File tree

clients/tui/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
The Terminal User Interface (TUI) client brings the interactive exploration capabilities of the Web Client directly to your terminal. It is built using [Ink](https://github.com/vadimdemedes/ink) to provide a rich, React-like component experience in a command-line environment.
44

5+
![MCP Inspector TUI Screenshot](./tui-screenshot.png)
6+
57
## Running the TUI
68

79
You can run the TUI client via `npx`:

clients/tui/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"mcp-inspector-tui": "./build/index.js"
1616
},
1717
"files": [
18-
"build"
18+
"build",
19+
"README.md",
20+
"tui-screenshot.png"
1921
],
2022
"scripts": {
2123
"build": "tsc",

clients/tui/tui-screenshot.png

606 KB
Loading

clients/web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Web Client is a React-based application that provides a rich, interactive browser UI for exploring, testing, and debugging MCP servers. It is the primary interface for most users.
44

5-
![MCP Inspector Screenshot](https://raw.githubusercontent.com/modelcontextprotocol/inspector/main/mcp-inspector.png)
5+
![MCP Inspector Screenshot](./web-screenshot.png)
66

77
## Running the Web Inspector
88

clients/web/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
},
1414
"files": [
1515
"build",
16-
"dist"
16+
"dist",
17+
"README.md",
18+
"web-screenshot.png"
1719
],
1820
"scripts": {
1921
"dev": "vite --port 6274",

clients/web/web-screenshot.png

468 KB
Loading

mcp-inspector.png

-418 KB
Binary file not shown.

0 commit comments

Comments
 (0)