Version
Not sure about the version. It is being used with this config:
"command": "npx",
"args": [
"-y",
"mongodb-mcp-server",
"--apiClientId",
"xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"--apiClientSecret",
"xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
],
"type": "stdio"
App
Affected Models (if applicable)
Bug Description
When using the MCP server via Gemini CLI, I receive the following message:
Skipping tool 'atlas-create-db-user' from MCP server 'MongoDB' because it has missing types in its parameter schema. Please file an issue with the owner of the MCP server
It is not a blocking issue for the rest of the tools, but can't create db users using the MCP.
