Skip to main content
Glama
role-heuristics.js746 B
export const ROLE_HEURISTICS = { EXECUTABLE: { forbiddenImports: [ "fs", "typeorm", "prisma", "mongoose", ], forbiddenKeywords: [ "SELECT ", "INSERT ", "UPDATE ", "DELETE ", ], }, BOUNDARY: { forbiddenImports: [ "fs", "http", "https", "axios", "fetch", "express", ], forbiddenKeywords: [ "console.", "try {", "catch (", "await ", "new Promise", ], }, INFRASTRUCTURE: { forbiddenKeywords: [ "if (user", "if (account", "businessRule", ], }, VERIFICATION: { forbiddenKeywords: [ "console.log", "setTimeout", "Math.random", ], }, };

Latest Blog Posts

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/dylanmarriner/MCP-server'

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