UNPKG

@sqlx-mcp/macos-arm64

Version:

SQLx MCP Server binary for macOS ARM64

9 lines (7 loc) 185 B
const path = require('path'); // Export the path to the binary for this platform module.exports = { getBinaryPath: () => { return path.join(__dirname, 'bin', 'sqlx-mcp'); } };