mongodb-atlas-api-client 4.9.0 → 4.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,6 +13,19 @@ A mongdb atlas api client for nodejs.
13
13
  npm install mongodb-atlas-api-client
14
14
  ```
15
15
 
16
+ ## MCP Server Integration
17
+
18
+ This package is also available as a Model Context Protocol (MCP) server that provides AI assistants with direct access to MongoDB Atlas APIs. The MCP server enables AI agents to manage Atlas resources like clusters, users, and databases through natural language interactions.
19
+
20
+ ### MCP Server Package
21
+
22
+ The MCP server is available as a separate package:
23
+
24
+ - **Package**: [mongodb-atlas-mcp-server](https://www.npmjs.com/package/mongodb-atlas-mcp-server)
25
+ - **Documentation**: Full setup and configuration instructions available on npm
26
+
27
+ The MCP server wraps this MongoDB Atlas API client and exposes Atlas operations through the Model Context Protocol, making it easy for AI assistants to interact with your MongoDB Atlas infrastructure.
28
+
16
29
  ## Getting Started
17
30
 
18
31
  The basic syntax is
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongodb-atlas-api-client",
3
- "version": "4.9.0",
3
+ "version": "4.10.0",
4
4
  "description": "A mongodb atlas api client for nodejs.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {