Skip to main content
Glama
commitlint.config.cjs499 B
'use strict'; /* eslint-env node */ /* eslint-disable no-undef */ const baseConfig = require('@silvermine/standardization/commitlint'); // Extend scope-enum to include package names const baseScopes = baseConfig.rules['scope-enum'][2]; module.exports = { ...baseConfig, rules: { ...baseConfig.rules, 'scope-enum': [ 2, 'always', baseScopes.concat([ 'tauri-mcp-server', 'tauri-plugin-mcp-bridge', ]), ], }, };

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/hypothesi/mcp-server-tauri'

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