HomeTags#api-design

#api-design page 1/1 · 2 total

TODAY 1 entries
NEW blog claude 4h ago · zenn-claude

Notion MCPのupdate_contentタイムアウト対策、ブロック単位削除への切替設計 This article tackles timeouts in Notion MCP's update_content on large pages by switching f…

AI要約 Notion MCPのupdate_contentが大規模ページでタイムアウトする問題に対し、ページ全体を一括更新せずブロック単位で削除・再構築する設計を提案。安定性と再試行性を高める実装上の工夫を解説する。

EN This article tackles timeouts in Notion MCP's update_content on large pages by switching from full-page updates to block-by-block deletion and reconstruction, improving reliability and retry behavior.

zenn.dev
YESTERDAY 1 entries
NEW blog mcp 17h ago · zenn-mcp

LLMから呼ばれるアプリをMCPファーストで設計する3原則 This article proposes three principles for designing applications that are invoked by LLMs…

AI要約 LLMがMCP経由で呼び出すアプリを設計する際の3原則を提示する記事。ツールの粒度、エラー設計、状態管理という観点から、人間向けUIではなくLLMを一級ユーザーとして扱う設計思想の重要性を解説している。

EN This article proposes three principles for designing applications that are invoked by LLMs through MCP, focusing on tool granularity, error design, and state management to treat LLMs as first-class users rather than building human-facing UIs.

zenn.dev