diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -62,7 +62,7 @@ endef .PHONY: help install uninstall list install-hooks uninstall-hooks \ install-lang install-elisp install-python list-languages \ - diff lint deps + install-mcp diff lint deps ##@ General @@ -337,6 +337,11 @@ install-elisp: ## Install Elisp bundle ([PROJECT=<path>] [FORCE=1]) install-python: ## Install Python bundle ([PROJECT=<path>] [FORCE=1]) @$(MAKE) install-lang LANG=python PROJECT="$(PROJECT)" FORCE="$(FORCE)" +##@ MCP servers (user scope) + +install-mcp: ## Decrypt mcp/secrets.env.gpg and register MCP servers at user scope (idempotent) + @python3 mcp/install.py + ##@ Compare & validate diff: ## Show drift between installed ruleset and repo source ([LANG=<lang>] [PROJECT=<path>]) |
