secure-coding-mcp-2
Version:
MCP server providing secure coding guidelines
36 lines (35 loc) • 780 B
JSON
{
"name": "secure-coding-mcp-2",
"version": "1.0.6",
"description": "MCP server providing secure coding guidelines",
"type": "module",
"main": "index.js",
"bin": {
"secure-coding-mcp-2": "./index.js"
},
"engines": {
"node": ">=12.17.0"
},
"scripts": {
"start": "node index.js",
"test": "echo \"No tests specified\" && exit 0",
"postinstall": "chmod +x ./index.js",
"verify": "node -e \"console.log('Secure Coding MCP package is properly installed')\""
},
"keywords": [
"mcp",
"secure-coding",
"security",
"guidelines",
"model-context-protocol"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0"
},
"files": [
"index.js",
"README.md"
]
}