mcp_ScancodeMCP_list_high_risk_files
Identify and list files with copyleft, unknown, or commercial-unfriendly licenses, providing legal warnings for each to ensure compliance and mitigate risk.
Instructions
Lists all files with copyleft, unknown, or commercial-unfriendly licenses, with a legal warning for each.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
random_string | No | Dummy parameter for no-parameter tools |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"random_string": {
"description": "Dummy parameter for no-parameter tools",
"type": "string"
}
},
"type": "object"
}