Skip to main content
Glama

gRPC MCP Server

by Yuki4-dev
eslint.config.mjs870 B
import eslint from "@eslint/js"; import globals from "globals"; import tseslint from "typescript-eslint"; export default [ ...tseslint.config(eslint.configs.recommended, ...tseslint.configs.recommended), { ignores: ["dist/", "node_modules/","**/*.test.ts"], }, { languageOptions: { globals: { ...globals.browser, ...globals.node, }, }, rules: { "@typescript-eslint/no-empty-object-type":"off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-unsafe-function-type": "off", "@typescript-eslint/no-unused-vars": [ "off", { argsIgnorePattern: "^_", varsIgnorePattern: "^_", }, ], }, }, ];

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/Yuki4-dev/grpc-mcp'

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