We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lanbaoshen/mcp-jenkins'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitmessage.txt•607 B
# Types:
# feat: A new feature
# fix: A bug fix
# docs: Documentation only changes
# style: Changes that do not affect the meaning of the code
# refactor: A code change that neither fixes a bug nor adds a feature
# perf: A code change that improves performance
# test: Adding or correcting tests
# chore: Other changes that don’t modify src or test files
# Examples:
# feat(login): Add OAuth2 support
#
# Added OAuth2 authentication to the login flow.
#
# BREAKING CHANGE: login API now requires OAuth2 token.
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]