この記事は GENDA Advent Calendar 2025 - シリーズ 2 - 4日目の記事です。 はじめに - デフォルト設定の課題 anthropics/claude-code-action は GitHub Actions で手軽に AI コードレビューを導入できます。 レビュー自動化によるレビュアーの負荷軽減と、 Claude Code から /install-github-app コマンド一つで導入できる手軽さが魅力で、多くのプロジェクトで導入されています。 しかし、デフォルト設定のまま運用しているといくつかの課題に直面することがあります。 課題 ひとかたまりの長文レビュー デフォルトの設定では、Pull Request (PR) 全体に対して1つの長いコメントでフィードバックが返ってきます。 網羅的ではあるものの、具体的な指摘箇所とコードの対応付けが難しく、「読むだけで
この記事はリバースエンジニアリングによる推測も含みます。この変更が現時点で表に出ておらず、取り下げられる可能性もあります。 Claude Code を含め、多くのコーディングエージェントでは、ファイル操作や外部との通信を行う際に MCP(Model Context Protocol) を用います。この MCP は、AI Agent とサードパーティーのサービスを繋ぐ仕組みと理解されている方が多いように思います。しかし、これは半分間違いで AI Agent が利用する API 呼び出しを定義する広義的な標準フォーマットであり、その適用範囲は内部的に定義された Tool 等も含まれます。 Claude Code の Tool が MCP 定義されていることは Claude Code を Server として起動することで確認できます。以下のコマンドを実行することで、Claude Code は
こんにちは、株式会社 tacoms で SRE をやっている はぶちん (@modokkin) です。 2025年が終わり2026年になりましたね。今年もどうぞよろしくお願いします。 さて、今回は前回の記事の続編として、Claude Codeの最近のアップデートで追加された新機能や便利になったポイントを紹介します。 前回記事のおさらい 前回は公式Pluginの概要とインストール方法、実際に使ってみた感想を紹介しました。 記事の中で、公式マーケットプレイスを手動で追加する手順を紹介しました。しかし2025年12月中旬のアップデートでこの手順が不要になりました。その後も継続的にアップデートがあるので、2026年1月時点の最新情報を紹介します。 最新のアップデート内容(2026年1月時点) 1. Marketplace標準搭載 以前は手動で claude-plugins-official マーケ
Coding agents are quickly changing how software is built. Their rapid improvement comes from both improved agentic models and better context engineering to steer them. Cursor's agent harness, the instructions and tools we provide the model, is optimized individually for every new frontier model we support. However, there are context engineering improvements we can make, such as how we gather conte
SystemMessage(subtype='init', data={'type': 'system', 'subtype': 'init', 'cwd': '/workspaces/workspace/1224_claude-agent_agentcore/qiita/claude-agent', 'session_id': '2f147c74-0488-471c-a0f7-c9a913b649ee', 'tools': ['Task', 'TaskOutput', 'Bash', 'Glob', 'Grep', 'ExitPlanMode', 'Read', 'Edit', 'Write', 'NotebookEdit', 'WebFetch', 'TodoWrite', 'KillShell', 'AskUserQuestion', 'Skill', 'SlashCommand',
MCP サーバーの Streamable HTTP transport を試してみる MCP では stdio と Streamable HTTP の 2 つの transport が定義されています。TypeScript SDK では v1.10.0 から Streamable HTTP transport がリリースされました。この記事では MCP サーバーを構築し、Streamable HTTP transport を試してみます。 MCP(Model Context Protocol)では JSON-RPC を使用してメッセージをエンコードしています。クライアントとサーバー間のトランスポート方式として以下の 2 つが定義されています。 stdio: 標準入出力を介した通信(主にローカル実行向け) Streamable HTTP: HTTP ストリーミングを介した通信(リモートサーバ
Update: We've published Agent Skills as an open standard for cross-platform portability. (December 18, 2025) Since launching Skills, two of the biggest questions we’ve heard from customers are: "How do skills and MCP work together? When should I use one versus the other?" Model Context Protocol (MCP) connects Claude to third-party tools, and skills teach Claude how to use them well. When you combi
Today, MCP turns one year old. You can check out the original announcement blog post if you don’t believe us. It’s hard to imagine that a little open-source experiment, a protocol to provide context to models, became the de-facto standard for this very scenario in less than twelve months. But not only do we hit the first anniversary milestone today - we’re also releasing a brand-new MCP specificat
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く