aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b2cb2d..abf28c1 100644
--- a/Makefile
+++ b/Makefile
@@ -412,6 +412,12 @@ install-team: ## Install a team publishing overlay into one project ([TEAM=<team
install-mcp: ## Decrypt mcp/secrets.env.gpg and register MCP servers at user scope (idempotent)
@python3 mcp/install.py
+uninstall-mcp: ## Remove every server listed in mcp/servers.json from `claude mcp list` (idempotent)
+ @python3 mcp/install.py --uninstall
+
+check-mcp: ## Dry-run drift report of mcp/servers.json vs registered MCP servers
+ @python3 mcp/install.py --check
+
##@ Compare & validate
diff: ## Show drift between installed ruleset and repo source ([LANG=<lang>] [PROJECT=<path>])