zuckerbot-mcp 0.2.26 → 0.2.28

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 +3 -3
package/README.md CHANGED
@@ -219,7 +219,7 @@ Business context can also be refreshed independently through `zuckerbot_enrich_b
219
219
 
220
220
  ```bash
221
221
  git clone https://github.com/DatalisHQ/zuckerbot.git
222
- cd zuckerbot/mcp-server
222
+ cd zuckerbot
223
223
  npm install
224
224
  npm run build
225
225
  npm start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zuckerbot-mcp",
3
- "version": "0.2.26",
3
+ "version": "0.2.28",
4
4
  "description": "CLI + MCP server for ZuckerBot — run Facebook ad campaigns from your terminal or AI agent",
5
5
  "type": "module",
6
6
  "bin": {
@@ -36,9 +36,9 @@
36
36
  "license": "MIT",
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "git+https://github.com/DatalisHQ/zuckerbot.git",
40
- "directory": "mcp-server"
39
+ "url": "git+https://github.com/DatalisHQ/zuckerbot.git"
41
40
  },
41
+ "mcpName": "io.github.Crumbedsausage/zuckerbot",
42
42
  "homepage": "https://zuckerbot.ai",
43
43
  "bugs": {
44
44
  "url": "https://github.com/DatalisHQ/zuckerbot/issues"