freelancer payment protection for VS Code
io.github.rudrendupaul/freelancer-payment-protection
Wraps the fpp CLI as a single generic MCP tool for freelancer client payment-risk checks.
client:VS Code
transport:stdio
runtime:pypi
Install freelancer payment protection in VS Code
.vscode/mcp.json
{
"servers": {
"freelancer-payment-protection": {
"type": "stdio",
"command": "uvx",
"args": [
"freelancer-payment-protection-cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs