Dependency Simulated 4 MCP tools
Dependency Engine
Dependency graphs with cycle detection and compatibility cues.
How you use it
Before adding cross-package imports, dependency_enforce. On fail, take the plan — do not paper over cycles with dynamic imports as a permanent habit without recording them.
Token savings
Cycle hunts and mysterious init-order bugs are legendary token sinks. Catch them at enforce time.
Consistency
Acyclic (or explicitly allowed) dependency graphs with compatible ranges.
In action
Dependency
Graph
Package / module edges loaded.
Cycles
Compat
Plan
Interactive demo
Acyclic dependency graph
Simulated behavior only — does not execute proprietary AGS engine code.
Diagram
Example usage
# MCP: dependency_enforce
{}
# MCP: dependency_plan_fix
{ "focus": "packages/sdk" } Docs →- dependency_get
- dependency_validate
- dependency_enforce
- dependency_plan_fix