@reynandaptr/replyto-mcp 0.1.0 → 0.1.1

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 +0 -2
  2. package/package.json +13 -5
package/README.md CHANGED
@@ -21,8 +21,6 @@ Instagram automations from any MCP-capable AI client.
21
21
  }
22
22
  ```
23
23
 
24
- `REPLYTO_URL` (optional) overrides the API base URL for staging/local use.
25
-
26
24
  ## Tools
27
25
 
28
26
  Products: list, get, create, update, delete, replace links.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reynandaptr/replyto-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server for Replyto — manage your products and Instagram automations from any AI client",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -9,10 +9,18 @@
9
9
  "url": "git+https://github.com/reynandaptr/replyto-mcp.git"
10
10
  },
11
11
  "homepage": "https://github.com/reynandaptr/replyto-mcp#readme",
12
- "bugs": { "url": "https://github.com/reynandaptr/replyto-mcp/issues" },
13
- "bin": { "replyto-mcp": "dist/index.js" },
14
- "files": ["dist"],
15
- "engines": { "node": ">=18" },
12
+ "bugs": {
13
+ "url": "https://github.com/reynandaptr/replyto-mcp/issues"
14
+ },
15
+ "bin": {
16
+ "replyto-mcp": "dist/index.js"
17
+ },
18
+ "files": [
19
+ "dist"
20
+ ],
21
+ "engines": {
22
+ "node": ">=18"
23
+ },
16
24
  "scripts": {
17
25
  "prebuild": "node scripts/gen-config.mjs",
18
26
  "build": "tsc",