PulseAugur
实时 15:29:30
English(EN) I Built a Custom Tool Server for Claude in 250 Lines of TypeScript

Anthropic 发布 AI 模型工具集成开放标准

Anthropic 发布了模型上下文协议 (MCP),这是一个旨在使 AI 模型能够与现实世界工具交互的开放标准。开发人员可以使用一个简单的框架创建自定义工具服务器,从而允许像 Claude DesktopCursor 这样的 AI 客户端调用这些工具。该协议通过标准输入/输出使用 JSON-RPC 2.0 进行通信,并通过 Zod 提供工具描述和模式,以供模型理解和验证。 AI

影响 使 AI 模型能够可靠地访问外部工具,有可能提高其在各种应用中的实用性和准确性。

排序理由 主要 AI 实验室发布新的开放标准以进行工具集成。[lever_c_demoted from significant: ic=1 ai=1.0]

在 dev.to — Anthropic tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

报道来源 [1]

  1. dev.to — Anthropic tag TIER_1 English(EN) · Devanshu Biswas ·

    I Built a Custom Tool Server for Claude in 250 Lines of TypeScript

    <p>Open Claude Desktop. Ask it: <em>"What's on the Wikipedia article about WebAssembly?"</em></p> <p>Without any plugin, it'll guess from training data. With the server I'm about to show you, it'll call a tool named <code>wiki_extract</code>, fetch the real article live, and read…