@sellable/mcp 0.1.9 → 0.1.10

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 +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -83,14 +83,14 @@ The token is provided when you generate it. Use `list_workspaces` +
83
83
  For customer/package installs, use the public installer:
84
84
 
85
85
  ```bash
86
- npx -y @sellable/install@0.1.9 --host codex --token skt_live_your_token_here --workspace-id your_workspace_id
86
+ npx -y @sellable/install@0.1.10 --host codex --token skt_live_your_token_here --workspace-id your_workspace_id
87
87
  ```
88
88
 
89
89
  If you already have `~/.sellable/config.json`, rerun/verify without rewriting
90
90
  auth:
91
91
 
92
92
  ```bash
93
- npx -y @sellable/install@0.1.9 --host codex
93
+ npx -y @sellable/install@0.1.10 --host codex
94
94
  sellable --verify-only --host codex
95
95
  ```
96
96
 
@@ -146,6 +146,10 @@ panel" for structured questions, and keep implementation details out of normal
146
146
  customer-facing updates.
147
147
  Use `quick question panel` in customer-facing setup blockers.
148
148
 
149
+ The Codex installer also writes compatibility cache aliases for recent plugin
150
+ versions so stale Desktop skill links resolve to the current wrapper instead of
151
+ showing file/version debugging to the user.
152
+
149
153
  ## Usage
150
154
 
151
155
  ### From Sellable UI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/mcp",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "type": "module",
5
5
  "description": "Sellable MCP server for Claude Code and Codex campaign workflows",
6
6
  "main": "dist/index.js",