@syke1/mcp-server 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +10 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
  Works with **Claude Code**, **Cursor**, **Windsurf**, and any MCP-compatible AI coding agent.
6
6
 
7
+ ![SYKE Dependency Graph](https://syke.cloud/images/graph-overview.png)
8
+
9
+ ![SYKE Impact Analysis](https://syke.cloud/images/impact-analysis.png)
10
+
7
11
  ## Quick Start
8
12
 
9
13
  ### 1. Add to your MCP config
@@ -77,14 +81,15 @@ Live dependency graph visualization at `localhost:3333` with:
77
81
  ## Pricing
78
82
 
79
83
  ### Free — $0 forever
80
- - 1 project, 50 files
81
- - All 8 core tools
82
- - Hub & cycle detection
84
+ - 50 files per project
85
+ - Core tools (gate_build, analyze_impact, check_safe, get_dependencies, refresh_graph)
83
86
  - 8 language support
84
87
 
85
88
  ### Pro — $12/mo (or $99/yr, save 31%)
86
- - Unlimited projects & files
87
- - Real-time cascade monitoring
89
+ - Unlimited files per project
90
+ - All tools including get_hub_files, ai_analyze, check_warnings
91
+ - Real-time cascade monitoring (SSE)
92
+ - Cycle detection & simulation
88
93
  - AI semantic analysis (BYOK Gemini key)
89
94
  - Priority support
90
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syke1/mcp-server",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "AI code impact analysis MCP server — dependency graphs, cascade detection, and a mandatory build gate for AI coding agents",
5
5
  "main": "dist/index.js",
6
6
  "bin": {