Skip to main content
Glama

Voice Call MCP Server

by popcornspace
eslint.config.mjs750 B
import eslint from '@eslint/js'; import tseslint from 'typescript-eslint'; export default tseslint.config( eslint.configs.recommended, ...tseslint.configs.recommended, ...tseslint.configs.stylistic, { plugins: { }, rules: { '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/prefer-for-of': 'off', 'no-trailing-spaces': 'error', // Disallow trailing spaces 'eol-last': ['error', 'always'], // Enforce newline at end of file 'indent': ['error', 4], // Enforce 4 spaces for indentation 'quotes': ['error', 'single'], // Enforce single quotes 'semi': ['error', 'always'], // Enforce semicolons }, } );

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/popcornspace/voice-call-mcp-server'

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