🐛 Bug Description
Summary: Intermittent failure to register jira-write MCP tools in scheduled sessions.
Expected Behavior: When the jira-write setting is toggled On, all Jira write tools (e.g., jira_add_comment, jira_update_issue) should be registered and callable by the agent.
Actual Behavior: The agent reports that only read operations are available in the mcp__mcp-atlassian__* namespace, claiming write tools are not registered as callable functions despite the setting being enabled.
🔄 Steps to Reproduce
- Go to Workspace Settings -> Jira Integration.
- Toggle jira-write to On.
- Initiate a workflow requiring Jira write access (e.g., run
/triage --comment).
- Observe the agent response stating
jira_add_comment is not a registered tool.
🖼️ Screenshots

🐛 Bug Description
Summary: Intermittent failure to register
jira-writeMCP tools in scheduled sessions.Expected Behavior: When the
jira-writesetting is toggled On, all Jira write tools (e.g.,jira_add_comment,jira_update_issue) should be registered and callable by the agent.Actual Behavior: The agent reports that only read operations are available in the
mcp__mcp-atlassian__*namespace, claiming write tools are not registered as callable functions despite the setting being enabled.🔄 Steps to Reproduce
/triage --comment).jira_add_commentis not a registered tool.🖼️ Screenshots