license sentinel for VS Code
io.github.wgd5678/license-sentinel
Audit Python and npm dependency licenses before you ship, judged against how you distribute.
client:VS Code
transport:stdio
runtime:pypi
Install license sentinel in VS Code
.vscode/mcp.json
{
"servers": {
"license-sentinel": {
"type": "stdio",
"command": "uvx",
"args": [
"license-sentinel"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs