From 393c82bc4124861a8401b2cc699e1b18e4af812a Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 28 Aug 2026 18:14:30 -0600 Subject: [PATCH] docs: updated the mcp_server filter for bundle installations --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45eaae3..bc8f9d7 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,10 @@ Restrict the install to a single asset category with `--filter`: ```sh coyote --install /coyote-bundle-template --filter agents -coyote --install /coyote-bundle-template --filter mcp_config +coyote --install /coyote-bundle-template --filter mcp-config ``` -Valid filter values: `agents`, `roles`, `skills`, `macros`, `functions`, `mcp_config`. +Valid filter values: `agents`, `roles`, `skills`, `macros`, `functions`, `mcp-config`. Skip per-file conflict prompts with `--install-force`: