We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please update README to fix the args typo (comma after index.js)
args
index.js
{ "mcpServers": { "llamacloud": { "command": "node", "args": [ "/path/to/llamacloud/build/index.js" ], "env": { "LLAMA_CLOUD_INDEX_NAME": "<YOUR_INDEX_NAME>", "LLAMA_CLOUD_PROJECT_NAME": "<YOUR_PROJECT_NAME>", "LLAMA_CLOUD_API_KEY": "<YOUR_API_KEY>" } } } }
Also, please add a note to remind developers to have full access to LlamaCloud
While I was able to obtain an API key from LlamaCloud, I am still on the waitlist to unlock their indexing which necessary for this MCP server
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please update README to fix the
args
typo (comma afterindex.js
)Also, please add a note to remind developers to have full access to LlamaCloud
While I was able to obtain an API key from LlamaCloud, I am still on the waitlist to unlock their indexing which necessary for this MCP server
The text was updated successfully, but these errors were encountered: