File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ pipx install mcp-semclone
8282# IMPORTANT: Inject all SEMCL.ONE tool dependencies into the same isolated environment
8383# This ensures all tools are available both as libraries and CLI commands
8484# Required by some agents that need direct CLI tool access
85- pipx inject mcp-semclone purl2notices osslili binarysniffer ospac vulnq upmex
85+ # Use --include-apps to make CLI commands globally available
86+ pipx inject mcp-semclone purl2notices purl2src osslili binarysniffer ospac vulnq upmex --include-apps
8687```
8788
8889** Benefits of pipx:**
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ The SEMCL.ONE MCP server works with any IDE that supports the Model Context Prot
2626 pipx install mcp-semclone
2727
2828 # IMPORTANT: Install all CLI dependencies - required by some agents
29- pipx inject mcp-semclone purl2notices osslili binarysniffer ospac vulnq upmex
29+ # Use --include-apps to make CLI commands globally available
30+ pipx inject mcp-semclone purl2notices purl2src osslili binarysniffer ospac vulnq upmex --include-apps
3031 ```
3132
3233 ** Option B: Using pip** :
You can’t perform that action at this time.
0 commit comments