buygit_check_license_compat
Check whether an SPDX license can be bundled into a project under another SPDX license. Returns compatible, review, or incompatible with a plain-English note.
Instructions
Check whether SPDX license A can be bundled into a project licensed under SPDX license B. Returns one of compatible / review / incompatible with a plain-English note. The only MCP that answers "Is GPL-3.0 safe in my MIT project?" without a separate SCA tool. Hint, not legal advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | SPDX id of the dependency you want to use. | |
| target | Yes | SPDX id of the project you want to bundle it into. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| target | Yes | ||
| verdict | Yes | ||
| note | Yes |