UNPKG

hana-mcp-server

Version:

🚀 Easy-to-use MCP server for SAP HANA database integration with AI agents like Claude Desktop. Connect to HANA databases with natural language queries.

11 lines (9 loc) • 251 B
#!/usr/bin/env node /** * HANA MCP Server - Main Entry Point * * This is a thin wrapper that starts the modular MCP server. * The actual implementation is in src/server/index.js */ // Start the modular server require('./src/server/index.js');