@syke1/mcp-server 1.1.0 → 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.
- package/README.md +10 -5
- 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
|
+

|
|
8
|
+
|
|
9
|
+

|
|
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
|
-
-
|
|
81
|
-
-
|
|
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
|
|
87
|
-
-
|
|
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