PhpStorm と Junie を macOS で使用した Backlog MCP サーバーの利用
Junie は JetBrains IDE と Junie CLI で同じ MCP JSON 設定を使用します。これにより、Backlog 統合は驚くほどポータブルになります。設定は…
ノートを読むThe journal
Practical writing about software architecture, developer tools, AI workflows, and the details that make products work well.
Junie は JetBrains IDE と Junie CLI で同じ MCP JSON 設定を使用します。これにより、Backlog 統合は驚くほどポータブルになります。設定は…
ノートを読むWarp のローカルエージェントは、ターミナルアクセス、リポジトリコンテキスト、MCP ツールを 1 つの会話で組み合わせることができます。Backlog MCP を使用すると、エージェントは…
ノートを読むCursor は、stdio を介したローカル MCP サーバーと、HTTP または SSE を介したリモートサーバーを使用できます。1 人の開発者が Mac を Backlog に接続する場合…
ノートを読むモデルコンテキストプロトコル(MCP)は、境界として理解するのが最も簡単です。片側にはAIホスト—Cursor、Junie、Warp、Codex、または…
ノートを読むmacOS Sequoia 15.5を実行するApple silicon搭載MacBook Pro向けの4つの公開準備ができたチュートリアル。技術的な詳細とソースリンクは確認済み…
ノートを読むIf you’ve ever shared a link from a website and noticed a long string of characters attached to the end — something…
ノートを読むWhen developing email features locally, using PHP’s mail() or even SMTP to real addresses can be unreliable or unsafe. You might accidentally…
ノートを読むThe Problem Have you ever encountered this frustrating error when trying to launch Docker Desktop on macOS? Or perhaps you see this…
ノートを読むIntroduction If you’re serious about online security, you’re probably using a password manager like Bitwarden to store your credentials. Bitwarden has gained popularity for…
ノートを読むEntity vs. Model in PHP Example of an Entity Class (Doctrine ORM in Concrete CMS) This class represents a User entity that…
ノートを読むRepository-Based Service in Concrete CMS In Concrete CMS, using repositories for data access is a best practice when working with Doctrine ORM.…
ノートを読むHelper and Service Classes in Concrete CMS In Concrete CMS, you can use Helper and Service classes to keep the application structured,…
ノートを読む