mirror of
https://github.com/run-llama/mcp-server-llamacloud.git
synced 2026-06-30 20:47:54 -04:00
fix: args typo
This commit is contained in:
@@ -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>",
|
||||||
|
|||||||
Reference in New Issue
Block a user