MCP DevTools provides integration with popular issue tracking systems like Jira and Linear, enabling AI assistants to retrieve and interact with tickets directly within conversations. Developed by DX Heroes, this TypeScript-based implementation uses a modular architecture with core components for HTTP client functionality and shared TypeScript configurations. The packages are published to npm and follow conventional commits for versioning, making it easy to incorporate ticket management capabilities into AI workflows that require access to project management data without context switching.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Fetch a specific ticket using its ID. Parameter: ticket ID (string)
Search for tickets using JQL (Jira Query Language). Parameter: jql query (string)
Get details of a specific ticket using its ID. Parameter: ticket ID (string)
Create a new ticket in a specified project with a summary and description. Parameters: project (string), summary (string), description (string), issuetype (string)
Get a specific issue using its ID. Parameter: issue ID (string)
Search for issues based on a query with an optional limit. Parameters: query (string), limit (optional integer)
Create a new issue for a specified team with a title and description. Parameters: team (string), title (string), description (string), priority (integer)
List all teams in the organization.