A Go-based MCP (Model Control Protocol) connector for Jira
The Jira MCP is a Go-based MCP connector that enables AI assistants to interact with Atlassian Jira. It provides a seamless interface for performing common Jira operations, including issue management, sprint planning, and workflow transitions.
A tool that AI automatically recommends commit messages
This is implementation of CommitBERT: Commit Message Generation Using Pre-Trained Programming Language Model. CommitBERT is accepted in ACL workshop : NLP4Prog. Have you ever hesitated to write a commit message? Now get a commit message from Artificial Intelligence! CodeBERT: A Pre-Trained Model for Programming and Natural Languages introduces a pre-trained model in a combination of Program Language and Natural Language(PL-NL). It also introduces the problem of converting code into natural...