Skip to content

Commit d7d4aa9

Browse files
fix: Broken internal urls in readme (#338)
1 parent fd28e63 commit d7d4aa9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ A Model Context Protocol server for interacting with MongoDB Databases and Mongo
2424
- [MCP Client Configuration](#mcp-configuration-file-examples)
2525
- [🤝 Contributing](#contributing)
2626

27+
<a name="getting-started"></a>
28+
2729
## Prerequisites
2830

2931
- Node.js (v20.10.0 or later)
@@ -46,7 +48,7 @@ Most MCP clients require a configuration file to be created or modified to add t
4648

4749
Note: The configuration file syntax can be different across clients. Please refer to the following links for the latest expected syntax:
4850

49-
- **Windsurf**:https://docs.windsurf.com/windsurf/mcp
51+
- **Windsurf**: https://docs.windsurf.com/windsurf/mcp
5052
- **VSCode**: https://code.visualstudio.com/docs/copilot/chat/mcp-servers
5153
- **Claude Desktop**: https://modelcontextprotocol.io/quickstart/user
5254
- **Cursor**: https://docs.cursor.com/context/model-context-protocol
@@ -487,6 +489,6 @@ npx -y mongodb-mcp-server --apiClientId="your-atlas-service-accounts-client-id"
487489
}
488490
```
489491

490-
## 🤝 Contributing
492+
## 🤝Contributing
491493

492494
Interested in contributing? Great! Please check our [Contributing Guide](CONTRIBUTING.md) for guidelines on code contributions, standards, adding new tools, and troubleshooting information.

0 commit comments

Comments
 (0)