Skip to content

Commit 353ae6f

Browse files
authored
improvements (#26)
1 parent f8bbb15 commit 353ae6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646

4747
## Installation
4848

49+
You can install the MCP using `uvx` **or** use packaged `.mcpb` file for claude code.
50+
4951
### Using `.mcpb` package
5052

5153
If you're using `claude desktop`, you can configure the MCP directly by double-clicking the `.mcpb` file that accompanies the release.
@@ -72,7 +74,7 @@ The `init` helper writes the CrowdSec MCP server definition into the client’s
7274
- `chatgpt``config.json` in the ChatGPT Desktop settings directory
7375
- `vscode``mcp.json` for VS Code (stable and insiders are both detected)
7476

75-
If the configuration file already exists, a `.bak` backup is created before the MCP server block is updated. When the file is missing you can either pass `--force` to create it, or point `--config-path` to a custom location. Combine `--dry-run` with these options to preview the JSON without making any changes.
77+
If the client's configuration file already exists, a `.bak` backup is created before the MCP server block is updated. When the file is missing you can either pass `--force` to create it, or point `--config-path` to a custom location. Combine `--dry-run` with these options to preview the JSON without making any changes.
7678

7779
By default the CLI launches the server with `uvx --from crowdsec-local-mcp crowdsec-mcp`. If neither `uvx` nor `uv` is available, it falls back to your current Python interpreter; you can override the executable with `--command` and the working directory with `--cwd`.
7880

0 commit comments

Comments
 (0)