@scarlet-mesh/mcp-cve
Version:
CVE MCP Server providing security vulnerability analysis and Red Hat CVE data
39 lines (38 loc) • 789 B
JSON
{
"name": "@scarlet-mesh/mcp-cve",
"version": "1.0.0",
"description": "CVE MCP Server providing security vulnerability analysis and Red Hat CVE data",
"main": "build/index.js",
"type": "module",
"publishConfig": {
"access": "public"
},
"bin": {
"mcp-cve": "./build/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && chmod 755 build/index.js"
},
"files": [
"build"
],
"keywords": [
"mcp",
"server",
"cve",
"security",
"vulnerability",
"red-hat"
],
"author": "Red Hat",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/node": "^22.14.1",
"typescript": "^5.8.3"
}
}