Skip to content

Commit 79c7aec

Browse files
authored
Merge pull request #2 from Beyond-Better/staging
fixed project name for JSR
2 parents fab31ec + 92beca3 commit 79c7aec

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ server for testing clients.
6868
You'll need two terminal windows:
6969

7070
**Terminal 1 - MCP Server:**
71+
7172
```bash
7273
cd mcp-server
7374
deno task dev
@@ -76,6 +77,7 @@ deno task dev
7677
The MCP server will start on `http://localhost:3000`
7778

7879
**Terminal 2 - Fresh UI:**
80+
7981
```bash
8082
cd fresh-ui
8183
deno task dev

deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
3-
"name": "@beyondbetter/mcp-client-inspector",
3+
"name": "@beyondbetter/bb-mcp-client-inspector",
44
"version": "0.1.0",
55
"exports": {
66
".": "./main.ts",

0 commit comments

Comments
 (0)