Skip to main content
Glama

mcp-trino

by tuannvm
MIT License
73
  • Apple
  • Linux
release.config.js1.29 kB
module.exports = { branches: ['main'], plugins: [ [ '@semantic-release/commit-analyzer', { preset: 'angular', releaseRules: [ // Keep conventional commit standard rules first { type: 'feat', release: 'minor' }, { type: 'fix', release: 'patch' }, { type: 'perf', release: 'patch' }, { type: 'docs', scope: 'README', release: 'patch' }, { type: 'refactor', release: 'patch' }, { type: 'chore', scope: 'deps', release: 'patch' }, // Consider any changes to Go files as a patch release (fallback) { files: ['**/*.go'], release: 'patch' }, { type: 'release', release: 'patch' } ] } ], '@semantic-release/release-notes-generator', '@semantic-release/changelog', '@semantic-release/github', [ '@semantic-release/git', { assets: ['CHANGELOG.md', 'package.json'], message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}', }, ], ], preset: 'angular', };

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/tuannvm/mcp-trino'

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