File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 ],
1212 "eslint.workingDirectories" : [
1313 " ." ,
14- " packages/mcp " ,
14+ " packages/server " ,
1515 " packages/chrome-extension" ,
1616 " packages/shared"
1717 ],
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ cd tuba_mcp
2121pnpm 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
2727This 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
9595pnpm -C packages/chrome-extension build
@@ -146,7 +146,7 @@ mcp-pointer start --log-level debug
146146 - Verify MCP server is running
147147
1481482 . ** "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
Original file line number Diff line number Diff line change 1010 "path" : " ./packages/shared"
1111 },
1212 {
13- "path" : " ./packages/mcp "
13+ "path" : " ./packages/server "
1414 },
1515 {
1616 "path" : " ./packages/chrome-extension"
You can’t perform that action at this time.
0 commit comments