Skip to main content
Glama

Hashkey MCP Server

Official
by HashkeyHSK
eslint.config.js922 B
import pluginJs from '@eslint/js'; import prettierConfig from 'eslint-config-prettier'; import globals from 'globals'; import tseslint from 'typescript-eslint'; /** @type {import('eslint').Linter.Config[]} */ export default [ { files: ['**/*.{js,mjs,cjs,ts}'] }, { languageOptions: { globals: globals.node } }, pluginJs.configs.recommended, ...tseslint.configs.recommended, { ignores: [ '**/node_modules/**', '**/build/**', 'scripts/**', '.yarn/**', '**/*.json', '**/*.md', ], }, { rules: { // TypeScript specific rules '@typescript-eslint/no-unused-vars': [ 'error', { argsIgnorePattern: '^_' }, ], '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/explicit-module-boundary-types': 'off', }, }, // Make sure Prettier config is last to override other formatting rules prettierConfig, ];

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/HashkeyHSK/hsk-mcp'

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