Skip to main content
Glama
chry8822

MCP Server Starter (TypeScript)

by chry8822
eslint.config.mjs1.19 kB
// @ts-check import eslint from '@eslint/js'; import tseslint from 'typescript-eslint'; export default tseslint.config( eslint.configs.recommended, ...tseslint.configs.recommended, { languageOptions: { parserOptions: { projectService: true, tsconfigRootDir: import.meta.dirname, }, }, }, { rules: { // 진짜 중요한 것만 '@typescript-eslint/no-unused-vars': ['warn', { argsIgnorePattern: '^_' }], '@typescript-eslint/no-explicit-any': 'warn', 'no-console': 'off', // console.log 허용 // 나머지 스타일 규칙 전부 끄기 '@typescript-eslint/array-type': 'off', '@typescript-eslint/naming-convention': 'off', '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/no-unsafe-assignment': 'off', '@typescript-eslint/no-unsafe-member-access': 'off', '@typescript-eslint/no-unsafe-call': 'off', '@typescript-eslint/no-unsafe-return': 'off', '@typescript-eslint/no-unsafe-argument': 'off', complexity: 'off', }, }, { ignores: ['build/**', 'dist/**', 'node_modules/**', 'eslint.config.mjs', 'dev.js'], } );

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/chry8822/workout-MCP'

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