@syke1/mcp-server 1.8.9 → 1.8.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.
@@ -2117,9 +2117,9 @@ function setupEventListeners() {
2117
2117
  upgradeLink.textContent = "UPGRADE TO CORTEX (+$150/yr)";
2118
2118
  if (priceNote) priceNote.textContent = "$249/yr · 14-day money-back guarantee";
2119
2119
  } else {
2120
- // Pro Monthly $9/mo → Cortex Monthly $29/mo = +$20/mo
2121
- planInfo.textContent = "You're on Pro ($9/mo). Upgrade to Cortex for just $20/mo more.";
2122
- upgradeLink.textContent = "UPGRADE TO CORTEX (+$20/mo)";
2120
+ // Pro Monthly $12/mo → Cortex Monthly $29/mo = +$17/mo
2121
+ planInfo.textContent = "You're on Pro ($12/mo). Upgrade to Cortex for just $17/mo more.";
2122
+ upgradeLink.textContent = "UPGRADE TO CORTEX (+$17/mo)";
2123
2123
  if (priceNote) priceNote.textContent = "$29/mo · $249/yr · 14-day money-back guarantee";
2124
2124
  }
2125
2125
  } else {
@@ -539,11 +539,11 @@
539
539
  <li>Project switching</li>
540
540
  </ul>
541
541
  <div class="upgrade-price-row">
542
- <span class="upgrade-price">$9<span class="upgrade-price-unit">/mo</span></span>
542
+ <span class="upgrade-price">$12<span class="upgrade-price-unit">/mo</span></span>
543
543
  <button class="upgrade-subscribe-btn pro-subscribe" data-plan="monthly">SUBSCRIBE</button>
544
544
  </div>
545
545
  <div class="upgrade-price-row annual-row">
546
- <span class="upgrade-price-annual">$99<span class="upgrade-price-unit">/yr</span> <span class="upgrade-save">Save $9</span></span>
546
+ <span class="upgrade-price-annual">$99<span class="upgrade-price-unit">/yr</span> <span class="upgrade-save">Save $45</span></span>
547
547
  <button class="upgrade-subscribe-btn pro-subscribe" data-plan="annual">SUBSCRIBE ANNUAL</button>
548
548
  </div>
549
549
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syke1/mcp-server",
3
- "version": "1.8.9",
3
+ "version": "1.8.10",
4
4
  "mcpName": "io.github.khalomsky/syke",
5
5
  "description": "AI code impact analysis MCP server — dependency graphs, cascade detection, and a mandatory build gate for AI coding agents",
6
6
  "main": "dist/index.js",