Skip to main content
Glama

LicenseSpring MCP Server

by stier1ba
.releaserc.jsonโ€ข3.75 kB
{ "branches": [ "main", "master", { "name": "develop", "prerelease": "beta" }, { "name": "release/*", "prerelease": "rc" } ], "plugins": [ [ "@semantic-release/commit-analyzer", { "preset": "conventionalcommits", "releaseRules": [ { "type": "feat", "release": "minor" }, { "type": "fix", "release": "patch" }, { "type": "perf", "release": "patch" }, { "type": "revert", "release": "patch" }, { "type": "docs", "release": "patch" }, { "type": "style", "release": false }, { "type": "refactor", "release": "patch" }, { "type": "test", "release": false }, { "type": "build", "release": "patch" }, { "type": "ci", "release": false }, { "type": "chore", "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": "revert", "section": "โช Reverts" }, { "type": "docs", "section": "๐Ÿ“š Documentation" }, { "type": "refactor", "section": "โ™ป๏ธ Code Refactoring" }, { "type": "test", "section": "โœ… Tests" }, { "type": "build", "section": "๐Ÿ”ง Build System" }, { "type": "ci", "section": "๐Ÿ‘ท CI/CD" } ] } } ], [ "@semantic-release/changelog", { "changelogFile": "CHANGELOG.md", "changelogTitle": "# Changelog\n\nAll notable changes to this project will be documented in this file." } ], [ "@semantic-release/npm", { "npmPublish": true, "tarballDir": "dist" } ], [ "@semantic-release/github", { "assets": [ { "path": "dist/*.tgz", "label": "NPM Package" }, { "path": "CHANGELOG.md", "label": "Changelog" }, { "path": "README.md", "label": "Documentation" }, { "path": "docs/**/*.md", "label": "Additional Documentation" }, { "path": "package.json", "label": "Package Configuration" } ], "addReleases": "bottom", "successComment": "๐ŸŽ‰ This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version [${nextRelease.version}](${releases.filter(release => release.name === 'GitHub')[0].url}) ๐ŸŽ‰\n\n๐Ÿ“ฆ **NPM Package**: [@tfedorko/licensespring-mcp-server@${nextRelease.version}](https://www.npmjs.com/package/@tfedorko/licensespring-mcp-server/v/${nextRelease.version})\n\n๐Ÿ”— **Installation**: `npm install @tfedorko/licensespring-mcp-server@${nextRelease.version}`", "failComment": "โŒ The release from the `${branch.name}` branch had an error and the following issues weren't resolved:\n\n${errors.map(error => `- ${error.message}`).join('\\n')}", "releasedLabels": ["released<%= nextRelease.channel ? ` on @${nextRelease.channel}` : '' %>"], "addReleases": "bottom" } ], [ "@semantic-release/git", { "assets": [ "package.json", "package-lock.json", "CHANGELOG.md" ], "message": "chore(release): ${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/stier1ba/licensespring-mcp'

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