Skip to main content
Glama

MCP Console Automation Server

.releaserc.json3.44 kB
{ "branches": ["master"], "repositoryUrl": "https://github.com/ooples/console-automation-mcp", "tagFormat": "v${version}", "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": false }, { "type": "style", "release": false }, { "type": "chore", "release": false }, { "type": "refactor", "release": "patch" }, { "type": "test", "release": false }, { "type": "build", "release": false }, { "type": "ci", "release": false }, { "breaking": true, "release": "major" } ], "parserOpts": { "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"] } } ], [ "@semantic-release/release-notes-generator", { "preset": "conventionalcommits", "presetConfig": { "types": [ { "type": "feat", "section": "Features", "hidden": false }, { "type": "fix", "section": "Bug Fixes", "hidden": false }, { "type": "perf", "section": "Performance Improvements", "hidden": false }, { "type": "revert", "section": "Reverts", "hidden": false }, { "type": "docs", "section": "Documentation", "hidden": false }, { "type": "style", "section": "Styles", "hidden": true }, { "type": "chore", "section": "Miscellaneous Chores", "hidden": true }, { "type": "refactor", "section": "Code Refactoring", "hidden": false }, { "type": "test", "section": "Tests", "hidden": true }, { "type": "build", "section": "Build System", "hidden": true }, { "type": "ci", "section": "Continuous Integration", "hidden": true } ] } } ], [ "@semantic-release/changelog", { "changelogFile": "CHANGELOG.md", "changelogTitle": "# Changelog\n\nAll notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines." } ], [ "@semantic-release/npm", { "npmPublish": false } ], [ "@semantic-release/github", { "assets": [ { "path": "dist/**", "label": "Distribution files" }, { "path": "CHANGELOG.md", "label": "Changelog" } ], "successComment": "This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version ${nextRelease.version}. :tada:\n\nThe release is available on:\n- [GitHub release](${releaseUrl})\n- [npm package (@latest dist-tag)](https://www.npmjs.com/package/console-automation-mcp/v/${nextRelease.version})\n\nYour **semantic-release** bot :package::rocket:", "failComment": false, "failTitle": false, "labels": ["released"], "releasedLabels": ["released<%= nextRelease.channel ? `-${nextRelease.channel}` : '' %>"] } ], [ "@semantic-release/git", { "assets": ["CHANGELOG.md", "package.json", "package-lock.json"], "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/ooples/mcp-console-automation'

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