We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13c3e4 commit 69794d1Copy full SHA for 69794d1
lib/javascript/fullstack_demo/mcp-server/claude-desktop-config.json
@@ -3,11 +3,11 @@
3
"todo-mcp-server": {
4
"command": "node",
5
"args": [
6
- "/Users/anthonymays/source/forks/code-differently-25-q1/lib/javascript/fullstack_demo/mcp-server/dist/index.js"
+ "/your/path/here/code-differently-25-q1/lib/javascript/fullstack_demo/mcp-server/dist/index.js"
7
],
8
"env": {
9
"TODO_API_BASE_URL": "http://localhost:3000/api/mcp",
10
- "MCP_API_KEY": "your-secret-mcp-api-key-here"
+ "MCP_API_KEY": "your_api_key_here"
11
}
12
13
0 commit comments