-
Notifications
You must be signed in to change notification settings - Fork 1
chore: update config docs #170
New issue
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the configuration documentation in the README to include detailed setup instructions and examples for both WindSurf and existing tools. Key changes include:
- Introducing a new WindSurf section in the navigation and content.
- Providing detailed JSON configuration examples for environment variables and command-line arguments.
- Updating the VSCode and Claude Desktop sections to use proper setup instructions instead of outdated references.
Comments suppressed due to low confidence (1)
README.md:282
- [nitpick] The section 'MCP configuration file examples' appears twice with similar content. Consider merging these sections into one with distinct subsections to reduce redundancy and improve clarity.
#### MCP configuration file examples
"servers": { | ||
"MongoDB": { | ||
"command": "npx", | ||
"args": ["-y", "mongodb-mcp-server"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@blva - as i understood, if you don't have the atlas API token OR a connection string here, the server will basically not start, correct?
@blva – could we also remove the caution banner in the readme as part of this update? Windsurf template is going live tomorrow EOD so we should get this merged before that. |
"mongodb-mcp-server", | ||
"--connectionString", | ||
"mongodb+srv://username:password@cluster.mongodb.net/myDatabase", | ||
"--logPath", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should remove the log arg this since it is an optional argument
Closes #171