initial commit

This commit is contained in:
daemon 2026-03-16 12:29:48 +00:00
parent 8643314e95
commit 75a13eb482

9
package.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "cveutils",
"version": "1.0.0",
"type": "module",
"main": "server.js",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0"
}
}