Skip to main content
Glama
containsFeatureIndicators.ts368 B
/** * Checks if text contains feature-related keywords */ export function containsFeatureIndicators(text: string): boolean { const featureKeywords = [ 'feature', 'enhancement', 'implement', 'add', 'new', 'create', 'user story', 'as a user', 'should be able to', ] return featureKeywords.some((keyword) => text.toLowerCase().includes(keyword)) }

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