Skip to content

docs: Add purl2src to pipx inject instructions#31

Merged
oscarvalenzuelab merged 1 commit intomainfrom
docs/add-purl2src-to-pipx-instructions
Nov 14, 2025
Merged

docs: Add purl2src to pipx inject instructions#31
oscarvalenzuelab merged 1 commit intomainfrom
docs/add-purl2src-to-pipx-instructions

Conversation

@oscarvalenzuelab
Copy link
Contributor

Summary

Updated pipx installation instructions to include purl2src and the --include-apps flag.

Problem

The download_and_scan_package tool requires purl2src to be globally available in PATH, but the current pipx instructions don't include it or the --include-apps flag.

Users following the current instructions would get:

$ purl2src --version
command not found: purl2src

Solution

Updated pipx inject commands in:

  • README.md
  • guides/IDE_INTEGRATION_GUIDE.md

Before:

pipx inject mcp-semclone purl2notices osslili binarysniffer ospac vulnq upmex

After:

pipx inject mcp-semclone purl2notices purl2src osslili binarysniffer ospac vulnq upmex --include-apps

Changes

  • Added purl2src to the tool list (required for download_and_scan_package)
  • Added --include-apps flag to make CLI commands globally available
  • Added comment explaining the --include-apps flag

Impact

  • Users can now successfully use download_and_scan_package tool
  • All SEMCL.ONE tools are accessible from command line
  • Clearer installation instructions

- Added purl2src to pipx inject command (required for download_and_scan_package)
- Added --include-apps flag to make CLI commands globally available
- Updated both README.md and guides/IDE_INTEGRATION_GUIDE.md
- Fixes installation issues where purl2src was not in PATH
@oscarvalenzuelab oscarvalenzuelab merged commit ef29270 into main Nov 14, 2025
2 checks passed
@oscarvalenzuelab oscarvalenzuelab deleted the docs/add-purl2src-to-pipx-instructions branch November 14, 2025 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant