Skip to main content
Glama

Tencent Cloud COS MCP Server

Official
by Tencent
eslint.config.cjs630 B
const globals = require('globals'); const tseslint = require('@typescript-eslint/eslint-plugin'); const tsParser = require('@typescript-eslint/parser'); module.exports = [ { files: ['**/*.{js,mjs,cjs,ts}'], languageOptions: { parser: tsParser, globals: globals.browser, }, plugins: { '@typescript-eslint': tseslint, }, rules: { 'indent': ['error', 2], // Enforce 2-space indentation '@typescript-eslint/type-annotation-spacing': ['error'], // Enforce consistent spacing around type annotations 'no-unused-vars': ['error'], // Disallow unused variables }, }, ];

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/Tencent/cos-mcp'

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