buygit_check_license_compat
Check if a dependency's SPDX license is compatible with your project's license. Get a result of compatible, review, or incompatible with a plain-English explanation.
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 |