@syke1/mcp-server 1.5.3 → 1.5.4

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 +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -253,7 +253,7 @@ You (developer) AI Agent SYKE
253
253
 
254
254
  ## Founding 100 — Free Pro for Early Adopters
255
255
 
256
- We're giving the **first 100 developers** full Pro access for 30 days — no credit card, no strings.
256
+ We're giving the **first 100 developers** full Pro access for **30 days** — no credit card, no strings.
257
257
 
258
258
  **What you get:**
259
259
  - All 8 MCP tools with advanced algorithms (SCC, PageRank, Risk Scoring, Git Coupling)
@@ -261,7 +261,10 @@ We're giving the **first 100 developers** full Pro access for 30 days — no cre
261
261
  - Real-time cascade monitoring + web dashboard
262
262
  - AI semantic analysis (BYOK — Gemini, OpenAI, or Claude)
263
263
 
264
- **How to claim:** Sign up at [syke.cloud](https://syke.cloud) and enter your founding code in the dashboard.
264
+ **How to claim:**
265
+ 1. Sign up at [syke.cloud](https://syke.cloud)
266
+ 2. Star this repo
267
+ 3. Click "I Starred" in your [dashboard](https://syke.cloud/dashboard/) → 30 days Pro unlocked
265
268
 
266
269
  Spots are limited. Once they're gone, they're gone.
267
270
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syke1/mcp-server",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
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",