promptgraph-mcp 1.5.8 → 1.5.9

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -103,7 +103,7 @@ if (args[0] === 'marketplace') {
103
103
  if (page < totalPages) nav.push(`${bin} marketplace ${page + 1}`);
104
104
  console.log(chalk.gray(' ' + nav.join(' · ')));
105
105
  }
106
- console.log(chalk.gray('\n To install or publish, ask your AI assistant it uses the pg_marketplace_* tools.\n'));
106
+ console.log(chalk.gray('\n To publish your own skill, run ') + chalk.hex('#7C3AED')('/pg-publish <file.md>') + chalk.gray(' in your AI assistant.\n'));
107
107
  process.exit(0);
108
108
  }
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promptgraph-mcp",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "bin": {