Skip to main content
Glama

NSAF MCP Server

build.js450 B
import fs from 'fs'; import { execSync } from 'child_process'; // Run TypeScript compiler console.log('Running TypeScript compiler...'); execSync('tsc', { stdio: 'inherit' }); // Make the output file executable console.log('Making index.js executable...'); try { fs.chmodSync('build/index.js', '755'); console.log('Build completed successfully!'); } catch (error) { console.error('Error making file executable:', error); process.exit(1); }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ariunbolor/nsaf-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server