Since around a month ago, the tools exposed by the Atlassian Remote MCP Server (mcp.atlassian.com) no longer include a `ui/resourceUri` field in their `_meta` block.
Claude Desktop uses this field to render rich in-chat widgets for tool results. Without it, the app logs a warning per tool and falls back to plain text output. Example warnings:
- Tool getJiraIssue has no UI resource (no ui/resourceUri in tool._meta)
- Tool editJiraIssue has no UI resource (no ui/resourceUri in tool._meta)
- Tool transitionJiraIssue has no UI resource (no ui/resourceUri in tool._meta)
- Tool searchJiraIssuesUsingJql has no UI resource (no ui/resourceUri in tool._meta)
The tools themselves still work correctly - this is a UI/UX regression only.
Questions:
1. Was `ui/resourceUri` intentionally removed from tool metadata in a recent deploy?
2. If not, is it on the roadmap to restore it?
3. If yes (removed intentionally), is there a replacement mechanism for client-side widget rendering?
Client: Claude Desktop (via mcp-remote OAuth)
Cloud site: salaryfinance.atlassian.net