You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository currently contains references to the deprecated 'create_issue' tool, which has now been incorporated into the 'issue_write' tool. All instances of 'create_issue' should be updated to use 'issue_write' instead. Additionally, a scan should be performed to identify and update any other outdated MCP tools in the codebase.
Steps to Reproduce
Search the repository for references to 'create_issue'.
Identify all locations where the tool is used.
Update these references to use 'issue_write'.
Scan for other outdated MCP tools and update them as needed.
Expected Behavior
All references to deprecated MCP tools are replaced with their current versions.
The codebase remains functional and up-to-date with the latest MCP tool standards.
Additional Context
This update is necessary to maintain compatibility and ensure best practices are followed for MCP tool usage.