Skip to main content
Glama

Fonoster MCP Server

Official
by fonoster
MIT License
118
7,325
  • Apple
  • Linux
tag-changelog-config.cjs1.31 kB
module.exports = { types: [ { types: ["feat", "feature"], label: "🎉 New Features" }, { types: ["fix", "bugfix"], label: "🐛 Bugfixes" }, { types: ["improvements", "enhancement"], label: "🔨 Improvements" }, { types: ["perf"], label: "🏎️ Performance Improvements" }, { types: ["build", "ci"], label: "🏗️ Build System" }, { types: ["refactor"], label: "🪚 Refactors" }, { types: ["doc", "docs"], label: "📚 Documentation Changes" }, { types: ["test", "tests"], label: "🔍 Tests" }, { types: ["style"], label: "💅 Code Style Changes" }, { types: ["chore"], label: "🧹 Chores" }, { types: ["other"], label: "Other Changes" } ], excludeTypes: ["other"], capitalizeFirstLetter: function (string) { return string.charAt(0).toUpperCase() + string.slice(1) }, renderTypeSection: function (label, commits) { let text = `\n## ${label}\n` commits.forEach((commit) => { const capitalizedSubject = this.capitalizeFirstLetter(commit.subject) text += `- ${capitalizedSubject} ${commit.sha.slice(0, 7)}\n` }) return text }, renderChangelog: function (release, changes) { const now = new Date() return ( `# ${release} - ${now.toISOString().substr(0, 10)}\n` + changes + "\n\n" ) } }

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/fonoster/fonoster'

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