-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I made all the steps here and authenticate successfully
Note: installed version is: algolia-mcp-darwin-arm64-v0.0.8
I gave it the below prompt and I got this back
"What is the email address associated with my Algolia account?"
✕ [API Error: [{ "error": { "code": 400, "message": "Request contains an invalid argument.",
"errors": [ { "message": "Request contains an invalid argument.", "domain": "global",
"reason": "badRequest" } ], "status": "INVALID_ARGUMENT" }}]This error was probably caused
by cyclic schema references in one of the following tools, try disabling them with
excludeTools: - searchSingleIndex (algolia-mcp MCP Server)]
I'm using gemini CLI and I have added Algolia MCP like this
{
"mcpServers": {
"algolia-mcp": {
"command": "<USER>/mcps/algolia-mcp-darwin-arm64-v0.0.8"
},
...
}
What other properties I should define along with the command? can you refer to any documentation for those properties like app ID, index, ...
Metadata
Metadata
Assignees
Labels
No labels