@syke1/mcp-server 1.1.1 → 1.1.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/README.md +12 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,12 @@
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
+
11
+ ![SYKE Node Detail](https://syke.cloud/images/node-detail.png)
12
+
7
13
  ## Quick Start
8
14
 
9
15
  ### 1. Add to your MCP config
@@ -77,14 +83,15 @@ Live dependency graph visualization at `localhost:3333` with:
77
83
  ## Pricing
78
84
 
79
85
  ### Free — $0 forever
80
- - 1 project, 50 files
81
- - All 8 core tools
82
- - Hub & cycle detection
86
+ - 50 files per project
87
+ - Core tools (gate_build, analyze_impact, check_safe, get_dependencies, refresh_graph)
83
88
  - 8 language support
84
89
 
85
90
  ### Pro — $12/mo (or $99/yr, save 31%)
86
- - Unlimited projects & files
87
- - Real-time cascade monitoring
91
+ - Unlimited files per project
92
+ - All tools including get_hub_files, ai_analyze, check_warnings
93
+ - Real-time cascade monitoring (SSE)
94
+ - Cycle detection & simulation
88
95
  - AI semantic analysis (BYOK Gemini key)
89
96
  - Priority support
90
97
 
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.3",
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": {