-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
Configuring the mcp server in ./gemini/settings.json
{
"mcpServers": {
"sequential-thinking": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/arben-adm/mcp-sequential-thinking",
"--with",
"portalocker",
"mcp-sequential-thinking"
],
"env": {}
}
}
}
then starting the gemini cli tool it writes the below message to console
Skipping tool 'process_thought' from MCP server 'sequential-thinking' because it has missing types in its parameter schema. Please file an issue with the owner of the MCP server.
Metadata
Metadata
Assignees
Labels
No labels