@memfork/cli 0.1.38 → 0.1.42

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.
@@ -153,9 +153,8 @@ function upsertCodexMcp(tomlPath, creds) {
153
153
  }
154
154
  const block = `
155
155
  [mcp_servers.memwal]
156
- transport = "http"
157
156
  url = "${creds.relayerUrl}"
158
- headers = { Authorization = "Bearer ${creds.delegateKey}", x-memwal-account-id = "${creds.accountId}" }
157
+ http_headers = { Authorization = "Bearer ${creds.delegateKey}", x-memwal-account-id = "${creds.accountId}" }
159
158
  `;
160
159
  if (existing.includes("[mcp_servers.memwal]")) {
161
160
  // Replace the existing block — find from the header to the next blank line / EOF.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memfork/cli",
3
- "version": "0.1.38",
3
+ "version": "0.1.42",
4
4
  "description": "MemForks CLI — init, commit, recall, merge, install plugins",
5
5
  "repository": {
6
6
  "type": "git",