Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ server for testing clients.
You'll need two terminal windows:

**Terminal 1 - MCP Server:**

```bash
cd mcp-server
deno task dev
Expand All @@ -76,6 +77,7 @@ deno task dev
The MCP server will start on `http://localhost:3000`

**Terminal 2 - Fresh UI:**

```bash
cd fresh-ui
deno task dev
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"name": "@beyondbetter/mcp-client-inspector",
"name": "@beyondbetter/bb-mcp-client-inspector",
"version": "0.1.0",
"exports": {
".": "./main.ts",
Expand Down
Loading