Describe the bug
The repository contains references to the deprecated create_issue tool, which has since been replaced by issue_write. These outdated references should be updated to the current MCP tool name. A broader scan should also be carried out to identify and replace any other deprecated MCP tool references in the codebase.
To Reproduce
- Search the repository for references to
create_issue.
- Review each matching location where the tool is referenced.
- Confirm the reference is outdated.
- Repeat the scan for other deprecated MCP tool names.
Expected behavior
- All deprecated MCP tool references are replaced with their current supported equivalents.
create_issue is updated to issue_write wherever applicable.
- Any other outdated MCP tool references found during the scan are also corrected.
- The repository remains consistent with current MCP tooling standards.
Additional Context
This is a maintenance task intended to keep repository guidance and automation aligned with current MCP tooling. The change should be kept minimal and targeted, avoiding unrelated restructuring.
Suggested acceptance criteria:
Definition of Ready (DoR)
Definition of Done (DoD)
Describe the bug
The repository contains references to the deprecated
create_issuetool, which has since been replaced byissue_write. These outdated references should be updated to the current MCP tool name. A broader scan should also be carried out to identify and replace any other deprecated MCP tool references in the codebase.To Reproduce
create_issue.Expected behavior
create_issueis updated toissue_writewherever applicable.Additional Context
This is a maintenance task intended to keep repository guidance and automation aligned with current MCP tooling. The change should be kept minimal and targeted, avoiding unrelated restructuring.
Suggested acceptance criteria:
create_issuereferences updated toissue_writeDefinition of Ready (DoR)
Definition of Done (DoD)