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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Fetch a specific ticket by its ID (e.g., SCRUM-123).
Search for tickets using Jira Query Language (JQL). Parameters: jql (string).
Get details of a specific ticket by its ID (e.g., SCRUM-123).
Create a new ticket with specified attributes. Parameters: project (string), summary (string), description (string), issuetype (string).
Get a specific issue by its ID (e.g., SS-33).
Search for issues with specified criteria. Parameters: query (string), limit (integer).
Create a new issue with specified attributes. Parameters: team (string), title (string), description (string), priority (integer).
List all teams available in the system.