Skip to main content
Glama

TTS-MCP

by nakamurau1
.eslintrc.js799 B
module.exports = { parser: '@typescript-eslint/parser', extends: [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended', ], plugins: ['@typescript-eslint'], env: { node: true, es6: true, jest: true, }, rules: { // エラー 'no-var': 'error', 'no-console': ['error', { allow: ['log', 'warn', 'error'] }], 'no-unused-vars': 'off', // TypeScriptのルールを使用 '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }], 'no-constant-condition': 'error', // 警告 '@typescript-eslint/explicit-module-boundary-types': 'warn', 'prefer-const': 'warn', // ルール無効化 '@typescript-eslint/no-explicit-any': 'off', }, ignorePatterns: ['dist', 'node_modules', 'coverage'], };

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/nakamurau1/tts-mcp'

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