docs: updated the mcp_server filter for bundle installations

This commit is contained in:
2026-08-28 18:14:30 -06:00
parent 001b13de5a
commit 393c82bc41
+2 -2
View File
@@ -46,10 +46,10 @@ Restrict the install to a single asset category with `--filter`:
```sh ```sh
coyote --install <you>/coyote-bundle-template --filter agents coyote --install <you>/coyote-bundle-template --filter agents
coyote --install <you>/coyote-bundle-template --filter mcp_config coyote --install <you>/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`: Skip per-file conflict prompts with `--install-force`: