Skip to main content
Glama

Targetprocess MCP Server

{ "branches": [ "main", { "name": "develop", "prerelease": "beta" }, { "name": "alpha", "prerelease": true } ], "plugins": [ [ "@semantic-release/commit-analyzer", { "preset": "conventionalcommits", "releaseRules": [ {"type": "feat", "release": "minor"}, {"type": "fix", "release": "patch"}, {"type": "perf", "release": "patch"}, {"type": "refactor", "release": "minor"}, {"type": "docs", "release": false}, {"type": "test", "release": false}, {"type": "ci", "release": false}, {"type": "chore", "release": false}, {"scope": "no-release", "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": "refactor", "section": "♻️ Code Refactoring"}, {"type": "docs", "section": "📚 Documentation", "hidden": false}, {"type": "test", "section": "🧪 Tests", "hidden": true}, {"type": "ci", "section": "🔧 Continuous Integration", "hidden": true}, {"type": "chore", "section": "🏠 Chores", "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": "build/**/*", "label": "Built application" }, { "path": "package.json", "label": "Package manifest" } ] } ] ] }

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/aaronsb/apptio-target-process-mcp'

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