Skip to main content
Glama

Time MCP Server

by ampcome-mcps
MIT License
6,156
eslint.config.mjs843 B
import eslint from '@eslint/js'; import tseslint from 'typescript-eslint'; export default tseslint.config( eslint.configs.recommended, ...tseslint.configs.recommended, { ignores: [ 'node_modules/**', 'dist/**', 'build/**', 'coverage/**', '*.js', '*.d.ts', ], languageOptions: { ecmaVersion: 2020, sourceType: 'module', parser: tseslint.parser, }, rules: { 'no-console': 'warn', 'no-unused-vars': 'off', '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }], '@typescript-eslint/no-explicit-any': 'warn', 'quotes': ['error', 'single', { avoidEscape: true }], 'semi': ['error', 'always'], 'indent': ['error', 2, { SwitchCase: 1 }], 'comma-dangle': ['error', 'always-multiline'], }, }, );

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/ampcome-mcps/time-mcp'

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