Skip to main content
Glama

MCP-NOSTR

by pablof7z
tsconfig.json934 B
{ "compilerOptions": { // Environment setup & latest features "lib": ["esnext"], "target": "ESNext", "module": "esnext", "moduleDetection": "force", "allowJs": true, // Node.js CLI mode "moduleResolution": "node", // Interop for CommonJS modules "esModuleInterop": true, "allowSyntheticDefaultImports": true, // Output compiled JS "noEmit": false, "outDir": "dist", // Best practices "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, // Some stricter flags (disabled by default) "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false } , "include": [ "*.ts", "commands/**/*.ts", "lib/**/*.ts", "logic/**/*.ts" ] }

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/pablof7z/mcp-code'

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