@automanus/mcp-server 1.2.3 → 1.2.5

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 +6 -3
  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
 
@@ -162,15 +162,18 @@ When you create an agent, you receive:
162
162
 
163
163
  ## Links
164
164
 
165
+ - [📺 Watch Demo](https://www.youtube.com/watch?v=4Mdzehq4ghg&list=PLE9hy4A7ZTmpGq7GHf5tgGFWh2277AeDR)
165
166
  - [Documentation](https://automanus.io/docs/mcp)
166
167
  - [Dashboard](https://automanus.io/dashboard)
167
168
  - [API Reference](https://automanus.io/docs/api)
168
169
  - [GitHub](https://github.com/automanus-io/mcp-server)
170
+ - [npm Package](https://www.npmjs.com/package/@automanus/mcp-server)
169
171
 
170
- ## Support
172
+ ## Community
171
173
 
174
+ - [Discord](https://discord.com/invite/tGsJ2nJH69) - Get help, share feedback, and connect with other users
175
+ - [GitHub Issues](https://github.com/automanus-io/mcp-server/issues) - Report bugs
172
176
  - Email: hello@automanus.io
173
- - GitHub Issues: [Report a bug](https://github.com/automanus-io/mcp-server/issues)
174
177
 
175
178
  ## License
176
179
 
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.5",
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",