@alfe.ai/social-mcp 0.2.2 → 0.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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/social-mcp",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Social MCP server — post, engage, and read on connected social accounts (Bluesky today; X / Meta / Threads / LinkedIn / Pinterest / TikTok / Reddit / YouTube on the approval-gated roster) via Alfe Connect credentials (Pattern A multi-account, provider selected via --provider)",
5
5
  "type": "module",
6
6
  "main": "./dist/server.js",
@@ -19,9 +19,9 @@
19
19
  "dependencies": {
20
20
  "@modelcontextprotocol/sdk": "^1.29.0",
21
21
  "zod": "^4.0.5",
22
- "@alfe.ai/agent-api-client": "0.13.0",
23
- "@alfe.ai/mcp-bundler": "0.3.2",
24
- "@alfe.ai/config": "0.3.0"
22
+ "@alfe.ai/agent-api-client": "0.14.0",
23
+ "@alfe.ai/config": "0.4.0",
24
+ "@alfe.ai/mcp-bundler": "0.4.0"
25
25
  },
26
26
  "license": "UNLICENSED",
27
27
  "homepage": "https://alfe.ai",