TypeScript로 나만의 MCP 서버 만들기 — @modelcontextprotocol/sdk 실전 튜토리얼
@modelcontextprotocol/sdk v1.29.0과 Zod v4로 TypeScript MCP 서버를 처음부터 구축하는 실전 튜토리얼. 도구 등록, InMemoryTransport 테스트, 공개 API 연동까지 30분 안에 동작하는 서버를 완성하는 방법을 단계별로 설명합니다.
jangwook.net
Personal technical notes on AI agents, automation, developer tools, and the process of building software.
Latest Notes
The root page stays intentionally small. Choose a language, then read the full archive and related posts there.
AI 에이전트, 자동화, 개발 도구, 소프트웨어 제작 과정을 한국어로 기록합니다.
@modelcontextprotocol/sdk v1.29.0과 Zod v4로 TypeScript MCP 서버를 처음부터 구축하는 실전 튜토리얼. 도구 등록, InMemoryTransport 테스트, 공개 API 연동까지 30분 안에 동작하는 서버를 완성하는 방법을 단계별로 설명합니다.
Google I/O 2026에서 발표된 Gemini Managed Agents를 직접 실행해봤다. client.interactions.create() 한 번으로 에이전트를 돌리는 구조, Claude·OpenAI Managed Agents와의 차이점, 멀티턴 대화 구현까지 코드로 정리한다.
1,000개 서브에이전트와 Fast Mode가 에이전트 개발 워크플로우를 어떻게 바꾸는가. 공식 문서와 실제 사례를 기준으로 아키텍처, 비용, 한계를 솔직하게 정리했다.
Personal notes on AI agents, automation, developer tools, and building software.
A hands-on tutorial for building a TypeScript MCP server from scratch using @modelcontextprotocol/sdk v1.29.0 and Zod v4. Step-by-step guide covering tool registration, InMemoryTransport testing, and public API integration — a working server in under 30 minutes.
A hands-on walkthrough of Gemini Managed Agents from Google I/O 2026. Covers the sandbox architecture, multi-turn conversations, tool usage, and an honest comparison with Claude Managed Agents.
A candid technical breakdown of Claude Opus 4.8's Dynamic Workflows and Fast Mode. Architecture, real cost numbers, known bugs, and an honest verdict on which teams should deploy this now.
AIエージェント、自動化、開発ツール、ソフトウェア開発の記録です。
@modelcontextprotocol/sdk v1.29.0とZod v4でTypeScript MCPサーバーをゼロから構築する実践チュートリアル。ツール登録、InMemoryTransportテスト、公開API連携まで30分以内に動作するサーバーを完成させる手順をステップごとに解説します。
Google I/O 2026発表のGemini Managed Agentsを実際に動かした記録。client.interactions.create()一発でエージェントを起動する仕組み、Claude・OpenAIとの違い、マルチターン会話の実装までコードで解説する。
1,000個のサブエージェントとFast Modeがエージェント開発ワークフローをどう変えるか。公式ドキュメントと実際の事例をもとに、アーキテクチャ・コスト・限界を率直に整理した。
记录 AI 代理、自动化、开发工具和软件构建过程。
用@modelcontextprotocol/sdk v1.29.0和Zod v4从零构建TypeScript MCP服务器的实战教程。逐步讲解工具注册、InMemoryTransport测试、公共API集成,30分钟内完成一个可运行的服务器。
实际动手体验Google I/O 2026发布的Gemini Managed Agents。一次API调用即可启动智能体,对比Claude和OpenAI的差异,并用代码演示多轮对话实现,同时指出官方文档与SDK实际行为的出入。
1000个并行子智能体与Fast Mode如何改变AI智能体开发工作流。基于官方文档与真实案例,直接梳理架构、成本与局限性。