AI assistants (MCP)
Register DepWall with your coding assistant so it can ask about a package before installing it.
Register DepWall so your assistant can ask about a package before installing it:
{
"mcpServers": {
"depwall": { "command": "depwall", "args": ["mcp"] }
}
}
Tools exposed: check_package, scan_repo, and check_agent_artifacts.
MCP is advisory; the shims are the enforcement
MCP answers give your assistant something to reason about. The PATH shims from depwall init are what actually stop an install, and an assistant cannot route around them.