@automanus/mcp-server 1.2.3 → 1.2.4

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -130,7 +130,7 @@ With an API key, agents are created directly under your account:
130
130
  }
131
131
  ```
132
132
 
133
- Get your API key from [automanus.io/dashboard](https://automanus.io/dashboard).
133
+ Get your API key from [automanus.io/dashboard/settings/api](https://automanus.io/dashboard/settings/api).
134
134
 
135
135
  ## What You Get
136
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automanus/mcp-server",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "MCP server for AutoManus - Create AI sales agents with WhatsApp and Webchat via Claude Desktop, Cursor, and other AI coding tools. Build sales chatbots instantly.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",