Skip to main content
Glama
validators.ts308 B
/** * Determines if a word is valid for dependency extraction */ export function isValidDependencyWord(word: string): boolean { if (!word) { return false } const invalidWords = ['is', 'the', 'a', 'an', 'and', 'or', 'for', 'to', 'with', 'by'] return !invalidWords.includes(word) && word.length > 2 }

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/tbreeding/jira-mcp'

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