@sellable/mcp 0.1.99 → 0.1.100

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.
@@ -319,7 +319,7 @@ export function listSubskillPrompts(limit, includePublic, includeInternal) {
319
319
  };
320
320
  }
321
321
  function markSubskillPromptLoaded(subskillName) {
322
- if (subskillName === "create-campaign") {
322
+ if (subskillName === "create-campaign" || subskillName === "create-campaign-v2") {
323
323
  markCreateCampaignPromptLoaded();
324
324
  }
325
325
  if (subskillName === "research") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/mcp",
3
- "version": "0.1.99",
3
+ "version": "0.1.100",
4
4
  "type": "module",
5
5
  "description": "Sellable MCP server for Claude Code and Codex campaign workflows",
6
6
  "main": "dist/index.js",