mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01:35 +00:00
Run the dsh-archive-agent-notes audit over every active Agent Note on current master, judging each record by whether its rationale still guides work rather than by size or age. - Archive 453 implemented bilingual triplets (417,882 English words): completed UI chrome, narrow adapters, closed bug fixes, implementation walkthroughs whose package READMEs, docs pages, generators, or successor notes now carry the useful behavior, and 51 records fully superseded by a later active note. Keep 201 implemented notes whose ownership rules, negative guarantees, durable or wire semantics, security rules, reintroduction conditions, or still-tempting rejected alternatives remain useful. - Reject 7 proposals whose premise is gone or whose work shipped in amended form under other records; delete 2 rejected notes that no longer prevent a plausible mistake. - Retarget every remaining inbound link to the archived path, and repair active prose that named an archived record as the owner of a live fact: parenthetical citations drop, ownership sentences redirect to the README, docs page, or active note that states the fact, and history citations say so. Chinese files link the English archived path because the pairing gate treats the frozen tree as outside the bilingual corpus. - Seal 1,359 new frozen artifacts; existing seals are unchanged and outbound links from archived notes are neither inspected nor repaired. - Regenerate docs/config-catalog.md after the hook-bridge comment edits shifted two source line numbers.
1.8 KiB
1.8 KiB
description, kind
| description | kind |
|---|---|
| MCP 包组:挂载外部 Model Context Protocol 服务器,让它们的工具可以作为原生工具调用。 | package-group |
MCP — 模型上下文协议
English | 中文
概述
mcp/ 组把 harness 连接到 Model Context Protocol(MCP)工具服务器生态。本组的唯一一个包挂载外部服务器——文件系统、GitHub、数据库或记忆服务器——让模型把它的工具当作原生工具、以稳定的服务器限定名称使用。每台服务器是一条配置项;默认不启用任何服务器,因此按需逐台开启。只桥接 Tools 能力:MCP resources 与 prompts 不受支持。本页映射该组;逐包约定由包 README 负责。
目录
包
本组只包含一个包;包 README 与下方链接拥有细节。
| 包 | 提供的能力 |
|---|---|
mcp-client/ |
挂载一台外部 MCP 服务器,让模型可以把它的工具当作原生工具调用 |
相关文档
先用可运行的示例配置体验插件,再阅读 Agent Note 了解其背后的行为决策。
- MCP 客户端插件 Agent Note——桥接的设计:服务器限定命名、发现、执行与环境清洗。
- 第三方记忆 MCP 指南——可运行的 overlay 配置行与设置说明。
- 工具子系统参考——接收已注册工具的
ToolRuntime。
开发备注
维护者的工作上下文——点击展开
无。