Skip to main content
Glama
index.js565 B
/** * Custom ESLint plugin with rules specific to this project */ const noReexports = require('./no-reexports') const enhancedComplexity = require('./enhanced-complexity') const requireFileHeader = require('./require-file-header') const noThrowStatements = require('./no-throw-statements') const fileLength = require('./file-length') module.exports = { rules: { 'no-reexports': noReexports, 'enhanced-complexity': enhancedComplexity, 'require-file-header': requireFileHeader, 'no-throw-statements': noThrowStatements, 'file-length': fileLength, }, }

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