<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>生态 on 老张开工了</title>
    <link>/%E7%94%9F%E6%80%81/</link>
    <description>Recent content in 生态 on 老张开工了</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <lastBuildDate>Tue, 07 Jul 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="/%E7%94%9F%E6%80%81/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>MCP 生态与未来</title>
      <link>/posts/2026/07/mcp-ecosystem/</link>
      <pubDate>Tue, 07 Jul 2026 00:00:00 +0000</pubDate>
      <guid>/posts/2026/07/mcp-ecosystem/</guid>
      <description>到 2026 年中，MCP 已经不是孤本协议——OpenAI、Google 都相继发布了兼容或类似方案，社区出现了网关、注册中心、SDK 翻译器。本章把生态、竞争与未来一年的趋势快速过一遍——选型时不被新闻带歪、写代码时知道边界在哪。&#xA;19.1 同类协议与兼容 协议 / 标准 出身 跟 MCP 关系 现状 MCP Anthropic 2024-11 基线 OpenAI / Cursor / Continue / LangChain 等主流支持 OpenAI Tool Spec OpenAI function calling 兼容可桥接 老 API 默认；新 Responses API 也能扩 MCP Google A2A Google 2025 Agent-to-Agent；与 MCP 互补 主打 agent 之间通信，工具发现仍走 MCP AGNTCY / LF AgentSkills Linux Foundation 早期 多大厂合作，偏运行时 LangGraph Tools LangChain 库内 Adapter 在 graph 里把 MCP 当 node 用 实用结论：MCP 已经是工具发现的事实标准；A2A 是 Agent 互操作的事，更往上一层。</description>
    </item>
    <item>
      <title>常用 MCP Server 全景</title>
      <link>/posts/2026/07/mcp-servers/</link>
      <pubDate>Wed, 01 Jul 2026 00:00:00 +0000</pubDate>
      <guid>/posts/2026/07/mcp-servers/</guid>
      <description>写自己的 MCP server 前先看——2026 年的生态已经很丰富，许多场景套个现成的就能跑。本章把高频 server 速览一遍，让你的&amp;quot;自写冲动&amp;quot;用在真正缺的环节。&#xA;16.1 三类速览 ┌───────────────────────────────────────────────────────────┐ │ 类别 │ 代表 server │ ├───────────────────────────────────────────────────────────┤ │ 系统与工程 │ filesystem / git / github / brave-search│ │ 数据与知识 │ postgres / sqlite / context7 / notion │ │ 业务与平台 │ slack / linear / jira / gdrive │ └───────────────────────────────────────────────────────────┘ 16.2 系统与工程类 filesystem (官方) 提供 read_file / write_file / list_directory / search_files 谁需要：让 Agent 改本地文件，但 harness 已自带 Edit/Write——重合度大。若 harness 已有，可省 git (官方) git status / log / diff / commit 包装 重点：MCP 化的 git 比裸 bash git 有结构化输出，便于 Agent 解析冲突 github (official) 暴露 issue / PR / repo 操作 用例：让你在 Cursor 里直接 &amp;ldquo;create PR for this branch&amp;rdquo;，而不切回浏览器 注意权限：用 fine-grained PAT，scope 限定到所需 repo brave-search / exa / tavily-search 给 Agent &amp;ldquo;实时网络搜索&amp;rdquo; 能力。pretrain 之外的&amp;quot;互联网&amp;quot; 用法差异：brave 偏 web、exa 偏语义、tavily 偏 LLM-friendly 16.</description>
    </item>
  </channel>
</rss>
