backlog-mcp-server v0.14.0対応とbacklog-api 0.6.0更新 - #19
Merged
Conversation
## 概要 `backlog-mcp-server` の互換対象を v0.14.0 へ更新し、追加・変更された課題操作を Node Core/CLI に反映します。 ## 変更内容 - `backlog-mcp-server@0.14.0` と `backlog-js@0.19.0` へ更新し、プロダクト版を 0.6.0 に更新 - 関連課題の取得・追加・解除と課題コメント更新を公開し、READ/CREATE/UPDATE/DELETEの 権限・確認契約を追加 - `update_issue.parentIssueId` と、非正の `issueId` から `issueKey` への フォールバックを上流と同じ挙動で維持 - 操作対応表を63件(上流62件とNode固有 `get_rate_limit`)へ再生成し、差分テスト、 CLI dry-run、verbose metadata、安全確認のテストを追加 - 利用方法・トレーサビリティ資料と下流 `backlog-api-skills` 向け引継ぎ資料を更新 ## 確認 - `npm run typecheck` - `npm run trace:refresh` - `npm test`(49件) - `npm run smoke:node` ## 関連Issue Refs #7 Refs #18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
backlog-mcp-serverの互換対象を v0.14.0 へ更新し、追加・変更された課題操作を Node Core/CLI に反映します。変更内容
backlog-mcp-server@0.14.0とbacklog-js@0.19.0へ更新し、プロダクト版を 0.6.0 に更新update_issue.parentIssueIdと、非正のissueIdからissueKeyへの フォールバックを上流と同じ挙動で維持get_rate_limit)へ再生成し、差分テスト、 CLI dry-run、verbose metadata、安全確認のテストを追加backlog-api-skills向け引継ぎ資料を更新確認
npm run typechecknpm run trace:refreshnpm test(49件)npm run smoke:node関連Issue
Refs #7
Refs #18