@syke1/mcp-server 1.5.0 → 1.5.2
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.
- package/README.md +7 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -251,21 +251,19 @@ You (developer) AI Agent SYKE
|
|
|
251
251
|
| build." ----------| |
|
|
252
252
|
```
|
|
253
253
|
|
|
254
|
-
##
|
|
254
|
+
## Founding 100 — Free Pro for Early Adopters
|
|
255
255
|
|
|
256
|
-
|
|
257
|
-
- 3 tools: `gate_build`, `check_safe`, `get_dependencies`
|
|
258
|
-
- 50 files per project, single project
|
|
259
|
-
- 8 language support
|
|
256
|
+
We're giving the **first 100 developers** full Pro access for 30 days — no credit card, no strings.
|
|
260
257
|
|
|
261
|
-
|
|
262
|
-
- All 8 tools with advanced algorithms (SCC, PageRank, Risk Scoring, Git Coupling)
|
|
258
|
+
**What you get:**
|
|
259
|
+
- All 8 MCP tools with advanced algorithms (SCC, PageRank, Risk Scoring, Git Coupling)
|
|
263
260
|
- Unlimited files, multi-project support
|
|
264
261
|
- Real-time cascade monitoring + web dashboard
|
|
265
262
|
- AI semantic analysis (BYOK — Gemini, OpenAI, or Claude)
|
|
266
|
-
- Priority support
|
|
267
263
|
|
|
268
|
-
Sign up at [syke.cloud](https://syke.cloud)
|
|
264
|
+
**How to claim:** Sign up at [syke.cloud](https://syke.cloud) and enter your founding code in the dashboard.
|
|
265
|
+
|
|
266
|
+
Spots are limited. Once they're gone, they're gone.
|
|
269
267
|
|
|
270
268
|
## License
|
|
271
269
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syke1/mcp-server",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
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",
|