UNPKG
@sqlx-mcp/macos-arm64
Version:
latest (1.2.0)
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.0
SQLx MCP Server binary for macOS ARM64
github.com/lihongjie0209/sqlx-mcp
lihongjie0209/sqlx-mcp
@sqlx-mcp/macos-arm64
/
index.js
9 lines
(7 loc)
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
path =
require
(
'path'
);
// Export the path to the binary for this platform
module
.
exports
= {
getBinaryPath
:
() =>
{
return
path.
join
(__dirname,
'bin'
,
'sqlx-mcp'
); } };