We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/delorenj/mcp-server-trello'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.git-commit-message-generator-config.json•595 B
{
"AI": {
"provider": "aws-bedrock",
"model_id": "anthropic.claude-3-5-sonnet-20240620-v1:0",
"user_prompt": "Generate a git commit message for the following changes: {diff}. Start with a high-level summary of the changes, then a short changelog breaking down the major changes. Output should contain ONLY the commit message. There should be no mention of a commit message in the output.",
"system_prompt": "You are a helpful assistant tasked with generating accurate, concise idiomatic git commit messages"
},
"OpenAI": {},
"AWS": {
"profile_name": "delorenj"
}
}