Skip to main content
Glama

MCP Server Boilerplate

by chrisleekr
.branch-name-list.json996 B
{ "branchNameLinter": { "prefixes": [ "feat", "fix", "docs", "style", "refactor", "test", "chore", "perf", "build", "ci", "revert", "localize", "bump" ], "suggestions": { "feature": "feat", "fixing": "fix", "document": "doc", "styling": "style", "refactoring": "refactor", "testing": "test", "performance": "perf", "reverting": "revert", "localise": "localize" }, "banned": ["wip"], "skip": [], "disallowed": ["master", "main", "develop", "staging"], "separator": "/", "msgBranchBanned": "Branches with the name \"%s\" are not allowed.", "msgBranchDisallowed": "Pushing to \"%s\" is not allowed, use git-flow.", "msgPrefixNotAllowed": "Branch prefix \"%s\" is not allowed.", "msgPrefixSuggestion": "Instead of \"%s\" try \"%s\".", "msgseparatorRequired": "Branch \"%s\" must contain a separator \"%s\"." } }

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/chrisleekr/mcp-server-boilerplate'

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