fix: args typo

This commit is contained in:
Marcus Schiesser
2025-03-23 11:38:52 +02:00
parent 744bc26ddf
commit 790ef6da85
+1 -1
View File
@@ -42,7 +42,7 @@ On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
"llamacloud": { "llamacloud": {
"command": "node", "command": "node",
"args": [ "args": [
"/path/to/llamacloud/build/index.js", "/path/to/llamacloud/build/index.js"
], ],
"env": { "env": {
"LLAMA_CLOUD_INDEX_NAME": "<YOUR_INDEX_NAME>", "LLAMA_CLOUD_INDEX_NAME": "<YOUR_INDEX_NAME>",