Open Issues Need Help
View All on GitHubAI Summary: Refactor existing read-only utilities in an Atlassian MCP server (for Confluence and Jira) to conform to the Model Context Protocol (MCP) TypeScript SDK resource interface. This involves wrapping these utilities within MCP Resource structures, defining parameter schemas, and ensuring compatibility with other MCP-based systems. The goal is to make the server's functionality accessible through the MCP standard, while keeping write operations as separate tools.
AI Summary: The task involves enhancing an existing Atlassian MCP server to dynamically fetch and cache Jira field metadata. This will enable the server to intelligently create and update Jira issues based on the specific schema of the target Jira project, improving the reliability and robustness of LLM interactions with Jira. The enhancement requires integrating with the Jira REST API to retrieve field information, implementing caching mechanisms, and normalizing field data for use by LLMs.