We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fab31ec + 92beca3 commit 79c7aecCopy full SHA for 79c7aec
2 files changed
README.md
@@ -68,6 +68,7 @@ server for testing clients.
68
You'll need two terminal windows:
69
70
**Terminal 1 - MCP Server:**
71
+
72
```bash
73
cd mcp-server
74
deno task dev
@@ -76,6 +77,7 @@ deno task dev
76
77
The MCP server will start on `http://localhost:3000`
78
79
**Terminal 2 - Fresh UI:**
80
81
82
cd fresh-ui
83
deno.jsonc
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
3
- "name": "@beyondbetter/mcp-client-inspector",
+ "name": "@beyondbetter/bb-mcp-client-inspector",
4
"version": "0.1.0",
5
"exports": {
6
".": "./main.ts",
0 commit comments