UNPKG

@svg-mcp/windows-x64

Version:

SVG MCP Server binary for Windows x64

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