mcp_ScancodeMCP_compare_license_compatibility
Analyze the legal compatibility between two software licenses (e.g., MIT vs GPLv3) to determine if they can coexist or pose compliance risks.
Instructions
Legal compatibility verdict and explanation for two license types (e.g., MIT vs GPLv3).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
licenseA | Yes | First license name (e.g., MIT, GPL-3.0) | |
licenseB | Yes | Second license name (e.g., Apache-2.0, GPL-2.0) |