@xreplyai/mcp 0.3.8 → 0.3.9

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,7 +37,7 @@ Add to your Claude Desktop config file:
37
37
  "mcpServers": {
38
38
  "xreply": {
39
39
  "command": "npx",
40
- "args": ["@xreplyai/mcp"],
40
+ "args": ["@xreplyai/mcp@0.3.9"],
41
41
  "env": {
42
42
  "XREPLY_TOKEN": "your-jwt-token-here"
43
43
  }
@@ -51,7 +51,7 @@ Add to your Claude Desktop config file:
51
51
  Run this command:
52
52
 
53
53
  ```bash
54
- claude mcp add xreply -e XREPLY_TOKEN=your-jwt-token-here -- npx @xreplyai/mcp
54
+ claude mcp add xreply -e XREPLY_TOKEN=your-jwt-token-here -- npx @xreplyai/mcp@0.3.9
55
55
  ```
56
56
 
57
57
  Then run `claude mcp list` to confirm it's registered.
@@ -63,7 +63,7 @@ Or add manually to `~/.claude/mcp.json`:
63
63
  "mcpServers": {
64
64
  "xreply": {
65
65
  "command": "npx",
66
- "args": ["@xreplyai/mcp"],
66
+ "args": ["@xreplyai/mcp@0.3.9"],
67
67
  "env": {
68
68
  "XREPLY_TOKEN": "your-jwt-token-here"
69
69
  }
@@ -85,7 +85,7 @@ Or add manually to `.cursor/mcp.json` in your project (or `~/.cursor/mcp.json` g
85
85
  "mcpServers": {
86
86
  "xreply": {
87
87
  "command": "npx",
88
- "args": ["@xreplyai/mcp"],
88
+ "args": ["@xreplyai/mcp@0.3.9"],
89
89
  "env": {
90
90
  "XREPLY_TOKEN": "your-jwt-token-here"
91
91
  }
@@ -103,7 +103,7 @@ Open Windsurf and go to **Plugins → Manage plugins → View raw config**, then
103
103
  "mcpServers": {
104
104
  "xreply": {
105
105
  "command": "npx",
106
- "args": ["@xreplyai/mcp"],
106
+ "args": ["@xreplyai/mcp@0.3.9"],
107
107
  "env": {
108
108
  "XREPLY_TOKEN": "your-jwt-token-here"
109
109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xreplyai/mcp",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "MCP server for XreplyAI — voice-aware post generation, viral library, and post management",
5
5
  "type": "module",
6
6
  "bin": {