hana-cli
Version:
HANA Developer Command Line Interface
29 lines (28 loc) • 561 B
JSON
{
"name": "hana-cli-mcp-server",
"version": "1.202605.2",
"description": "MCP Server for HANA CLI Tool",
"type": "module",
"main": "build/index.js",
"bin": {
"hana-cli-mcp-server": "./build/index.js"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"hana",
"cli"
],
"author": "SAP",
"license": "SEE LICENSE IN ../LICENSE",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0"
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2"
}
}