openapi security contract lint for VS Code
io.github.jmshinhwa/openapi-security-contract-lint
Finds the lines in an OpenAPI file that publish an endpoint with no authentication, an API key in th
client:VS Code
transport:stdio
runtime:npm
Install openapi security contract lint in VS Code
.vscode/mcp.json
{
"servers": {
"openapi-security-contract-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/openapi-security-contract-lint"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs