Skip to main content
Glama

YouTube MCP Server

by sfiorini
eslint.config.js750 B
import eslint from '@eslint/js'; import tseslint from 'typescript-eslint'; import globals from 'globals'; export default tseslint.config( { ignores: ['dist/', 'node_modules/', 'coverage/', '.smithery/', '.serena/', 'src/functions/', 'scripts/'], }, eslint.configs.recommended, ...tseslint.configs.recommended, { languageOptions: { globals: { ...globals.node, }, }, rules: { '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/no-unused-vars': ['warn', { argsIgnorePattern: '^_' }], '@typescript-eslint/ban-ts-comment': 'off', 'no-undef': 'off', }, }, { files: ['**/*.d.ts'], rules: { '@typescript-eslint/no-explicit-any': 'off', }, } );

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/sfiorini/youtube-mcp'

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