Skip to main content
Glama

Redmine MCP Server

by yonaka15
eslint.config.js466 B
// eslint.config.js import js from "@eslint/js"; import tseslint from "typescript-eslint"; export default [ js.configs.recommended, ...tseslint.configs.recommended, { // プロジェクトのルートにある src ディレクトリ内のファイルを対象とする files: ["src/**/*.{js,jsx,ts,tsx}"], // ここにカスタムルールや設定を追加できます // 例: // rules: { // "no-unused-vars": "warn" // } } ];

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/yonaka15/mcp-server-redmine'

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