Skip to content

Commit 2b7b0b6

Browse files
committed
Change mcp server dir
1 parent 79d3c1e commit 2b7b0b6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"eslint.workingDirectories": [
1313
".",
14-
"packages/mcp",
14+
"packages/server",
1515
"packages/chrome-extension",
1616
"packages/shared"
1717
],

SETUP_FOR_TESTERS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cd tuba_mcp
2121
pnpm install
2222

2323
# Build and link the MCP server globally
24-
pnpm -C packages/mcp link:global
24+
pnpm -C packages/server link:global
2525
```
2626

2727
This creates a global `glasses` command that points to your local build.
@@ -89,7 +89,7 @@ When you make changes to the AI Glasses code:
8989

9090
```bash
9191
# For MCP server changes
92-
pnpm -C packages/mcp build
92+
pnpm -C packages/server build
9393

9494
# For Chrome extension changes
9595
pnpm -C packages/chrome-extension build
@@ -146,7 +146,7 @@ mcp-pointer start --log-level debug
146146
- Verify MCP server is running
147147

148148
2. **"Command not found: glasses":**
149-
- Run `npm link` again in `packages/mcp/` directory
149+
- Run `npm link` again in `packages/server/` directory
150150
- Check your `PATH` includes npm global binaries
151151

152152
## 📁 Project Structure

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"path": "./packages/shared"
1111
},
1212
{
13-
"path": "./packages/mcp"
13+
"path": "./packages/server"
1414
},
1515
{
1616
"path": "./packages/chrome-extension"

0 commit comments

Comments
 (0)