@fonoster/mcp 0.9.26 → 0.9.27

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 +12 -12
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -56,9 +56,9 @@ Add the following to your `claude_desktop_config.json`:
56
56
  "@fonoster/mcp"
57
57
  ],
58
58
  "env": {
59
- "MCP_WORKSPACE_ACCESS_KEY_ID": "your-workspace-access-key-id",
60
- "MCP_ACCESS_KEY_ID": "your-apikey-access-key-id",
61
- "MCP_ACCESS_KEY_SECRET": "your-apikey-access-key-secret"
59
+ "WORKSPACE_ACCESS_KEY_ID": "your-workspace-access-key-id",
60
+ "APIKEY_ACCESS_KEY_ID": "your-apikey-access-key-id",
61
+ "APIKEY_ACCESS_KEY_SECRET": "your-apikey-access-key-secret"
62
62
  }
63
63
  }
64
64
  }
@@ -77,17 +77,17 @@ Add the following to your `claude_desktop_config.json`:
77
77
  "-i",
78
78
  "--rm",
79
79
  "-e",
80
- "MCP_WORKSPACE_ACCESS_KEY_ID",
80
+ "WORKSPACE_ACCESS_KEY_ID",
81
81
  "-e",
82
- "MCP_ACCESS_KEY_ID",
82
+ "APIKEY_ACCESS_KEY_ID",
83
83
  "-e",
84
- "MCP_ACCESS_KEY_SECRET",
84
+ "APIKEY_ACCESS_KEY_SECRET",
85
85
  "fonoster/mcp"
86
86
  ],
87
87
  "env": {
88
- "MCP_WORKSPACE_ACCESS_KEY_ID": "your-workspace-access-key-id",
89
- "MCP_ACCESS_KEY_ID": "your-apikey-access-key-id",
90
- "MCP_ACCESS_KEY_SECRET": "your-apikey-access-key-secret"
88
+ "WORKSPACE_ACCESS_KEY_ID": "your-workspace-access-key-id",
89
+ "APIKEY_ACCESS_KEY_ID": "your-apikey-access-key-id",
90
+ "APIKEY_ACCESS_KEY_SECRET": "your-apikey-access-key-secret"
91
91
  }
92
92
  }
93
93
  }
@@ -97,9 +97,9 @@ Add the following to your `claude_desktop_config.json`:
97
97
  ### Testing with the MCP Inspector
98
98
 
99
99
  ```bash
100
- MCP_WORKSPACE_ACCESS_KEY_ID="your-workspace-access-key-id" \
101
- MCP_ACCESS_KEY_ID="your-apikey-access-key-id" \
102
- MCP_ACCESS_KEY_SECRET="your-apikey-access-key_secret" \
100
+ WORKSPACE_ACCESS_KEY_ID="your-workspace-access-key-id" \
101
+ APIKEY_ACCESS_KEY_ID="your-apikey-access-key-id" \
102
+ APIKEY_ACCESS_KEY_SECRET="your-apikey-access-key_secret" \
103
103
  npx @modelcontextprotocol/inspector \
104
104
  node /Users/psanders/Projects/fonoster/mods/mcp/dist/index.js
105
105
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/mcp",
3
- "version": "0.9.26",
3
+ "version": "0.9.27",
4
4
  "description": "Model Context Protocol for Fonoster",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/fonoster#readme",
@@ -38,5 +38,5 @@
38
38
  "bugs": {
39
39
  "url": "https://github.com/fonoster/fonoster/issues"
40
40
  },
41
- "gitHead": "2eb3d8c5f17be3d87c30cdc353a079aa10b25f2a"
41
+ "gitHead": "3d78a138e66dcc479c4013df36aa30dcfbc7ad45"
42
42
  }