Skip to content

Commit 69794d1

Browse files
committed
chore: updates claude desktop config example
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent c13c3e4 commit 69794d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/javascript/fullstack_demo/mcp-server/claude-desktop-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"todo-mcp-server": {
44
"command": "node",
55
"args": [
6-
"/Users/anthonymays/source/forks/code-differently-25-q1/lib/javascript/fullstack_demo/mcp-server/dist/index.js"
6+
"/your/path/here/code-differently-25-q1/lib/javascript/fullstack_demo/mcp-server/dist/index.js"
77
],
88
"env": {
99
"TODO_API_BASE_URL": "http://localhost:3000/api/mcp",
10-
"MCP_API_KEY": "your-secret-mcp-api-key-here"
10+
"MCP_API_KEY": "your_api_key_here"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)