import { defineConfig } from 'bumpp';
export default defineConfig({
files: [
'package.json',
'README.md',
'src/index.ts',
],
// Commit and tag settings
commit: 'chore: bump version to v%s',
tag: 'v%s',
push: false, // Don't auto-push, let user review changes first
// Execute build after version bump
execute: 'npm run build',
// Show all changes before committing
all: true,
// Confirm before committing
confirm: true,
});
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/srthkdev/dbeaver-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server