Skip to main content
Glama

Qdrant MCP Server

by mhalder
.releaserc.json1.98 kB
{ "branches": ["main"], "plugins": [ [ "@semantic-release/commit-analyzer", { "preset": "conventionalcommits", "releaseRules": [ { "type": "feat", "release": "minor" }, { "type": "fix", "release": "patch" }, { "type": "perf", "release": "patch" }, { "type": "docs", "release": "patch" }, { "type": "refactor", "release": "patch" }, { "type": "style", "release": false }, { "type": "test", "release": false }, { "type": "chore", "release": false }, { "type": "ci", "release": false }, { "type": "build", "release": false }, { "breaking": true, "release": "major" } ] } ], [ "@semantic-release/release-notes-generator", { "preset": "conventionalcommits", "presetConfig": { "types": [ { "type": "feat", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "perf", "section": "Performance Improvements" }, { "type": "docs", "section": "Documentation" }, { "type": "refactor", "section": "Code Refactoring" }, { "type": "style", "section": "Styles", "hidden": true }, { "type": "test", "section": "Tests", "hidden": true }, { "type": "chore", "section": "Chores", "hidden": true }, { "type": "ci", "section": "CI/CD", "hidden": true }, { "type": "build", "section": "Build System", "hidden": true } ] } } ], [ "@semantic-release/changelog", { "changelogFile": "CHANGELOG.md" } ], "@semantic-release/npm", [ "@semantic-release/git", { "assets": ["package.json", "package-lock.json", "CHANGELOG.md"], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } ], "@semantic-release/github" ] }

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/mhalder/qdrant-mcp-server'

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