Skip to main content
Glama

MCP Memory LibSQL Go

.releaserc4.01 kB
{ "branches": [ "main", "master" ], "plugins": [ [ "@semantic-release/commit-analyzer", { "preset": "conventionalcommits", "parserOpts": { "noteKeywords": [ "BREAKING CHANGE", "BREAKING CHANGES", "BREAKING" ] }, "releaseRules": [ { "breaking": true, "release": "major" }, { "type": "feat", "release": "minor" }, { "type": "fix", "release": "patch" }, { "type": "perf", "release": "patch" }, { "type": "revert", "release": "patch" }, { "type": "docs", "release": "minor" }, { "type": "style", "release": "patch" }, { "type": "refactor", "release": "patch" }, { "type": "test", "release": "patch" }, { "type": "build", "release": "patch" }, { "type": "ci", "scope": "ci-*", "release": "patch" }, { "type": "chore", "release": false }, { "type": "no-release", "release": false } ] } ], [ "@semantic-release/release-notes-generator", { "preset": "conventionalcommits", "parserOpts": { "noteKeywords": [ "BREAKING CHANGE", "BREAKING CHANGES", "BREAKING" ] }, "writerOpts": { "commitsSort": [ "subject", "scope" ] }, "presetConfig": { "types": [ { "type": "feat", "section": "🍕 Features" }, { "type": "feature", "section": "🍕 Features" }, { "type": "fix", "section": "🐛 Bug Fixes" }, { "type": "perf", "section": "🔥 Performance Improvements" }, { "type": "revert", "section": "⏩ Reverts" }, { "type": "docs", "section": "📝 Documentation" }, { "type": "style", "section": "🎨 Styles" }, { "type": "refactor", "section": "🧑‍💻 Code Refactoring" }, { "type": "test", "section": "✅ Tests" }, { "type": "build", "section": "🤖 Build System" }, { "type": "ci", "section": "🔁 Continuous Integration" } ] } } ], [ "@semantic-release/changelog", { "changelogTitle": "# 📦 Changelog \n[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)\n> All notable changes to this project will be documented in this file" } ], [ "@semantic-release/exec", { "prepareCmd": "echo \"Preparing release ${nextRelease.version}\"", "publishCmd": "echo \"Publishing release ${nextRelease.version}\"" } ], [ "@semantic-release/git", { "assets": [ "LICENSE*", "CHANGELOG.md" ], "message": "chore(${nextRelease.type}): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } ] ] }

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/ZanzyTHEbar/mcp-memory-libsql-go'

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