Skip to content

Commit ef29270

Browse files
Merge pull request #31 from SemClone/docs/add-purl2src-to-pipx-instructions
docs: Add purl2src to pipx inject instructions
2 parents 314a9cb + fd74d99 commit ef29270

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:**

guides/IDE_INTEGRATION_GUIDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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**:

0 commit comments

Comments
 (0)