Skip to main content
Glama
constants.ts510 B
export const MAX_TRAVERSAL_DEPTH = 5; // Shared exclude patterns for file parsing and change detection // Regex patterns (escaped dots, anchored to end) export const EXCLUDE_PATTERNS_REGEX = [ 'node_modules/', 'dist/', 'build/', 'coverage/', '\\.d\\.ts$', '\\.spec\\.ts$', '\\.test\\.ts$', ]; // Glob patterns for use with glob library export const EXCLUDE_PATTERNS_GLOB = [ 'node_modules/**', 'dist/**', 'build/**', 'coverage/**', '**/*.d.ts', '**/*.spec.ts', '**/*.test.ts', ];

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/drewdrewH/code-graph-context'

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