Skip to main content
Glama
mednabouli

MCP Multi-Context Hook Generator

by mednabouli
index.ts636 B
import noRawImg from './rules/no-raw-img'; import noFixedWidth from './rules/no-fixed-width'; import preferNextImage from './rules/prefer-next-image'; export = { rules: { 'no-raw-img': noRawImg, 'no-fixed-width': noFixedWidth, 'prefer-next-image': preferNextImage, }, configs: { recommended: { plugins: ['mcp'], parser: '@typescript-eslint/parser', parserOptions: { ecmaFeatures: { jsx: true }, sourceType: 'module', }, rules: { 'mcp/no-raw-img': 'error', 'mcp/no-fixed-width': 'warn', 'mcp/prefer-next-image': 'warn', }, }, }, };

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/mednabouli/MCPV2'

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