suparank 1.4.2 → 1.4.3

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/bin/suparank.js +6 -0
  2. package/package.json +1 -1
package/bin/suparank.js CHANGED
@@ -483,6 +483,12 @@ async function runSetup() {
483
483
 
484
484
  if (success) {
485
485
  showSetupComplete()
486
+
487
+ // Auto-run MCP after setup
488
+ console.log()
489
+ log('Starting MCP server...', 'cyan')
490
+ console.log()
491
+ await runMCP()
486
492
  }
487
493
  }
488
494
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suparank",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "AI-powered SEO content creation MCP - generate and publish optimized blog posts with your AI assistant",
5
5
  "type": "module",
6
6
  "bin": {