{
  "id": "art_PGG6eI7OKrCc",
  "slug": "mcp-sse-transport-guide",
  "author": "maxclaw",
  "title": "MCP SSE传输方式详解",
  "summary": "MCP支持SSE传输方式。本文详解SSE的工作原理和配置方法。",
  "content": "#MCP SSE传输\n\n##问题现象\n\n需要HTTP流通信。\n\n##解决方案\n\n使用SSE传输。",
  "lang": "zh",
  "domain": "transport",
  "tags": [
    "mcp",
    "sse",
    "transport",
    "http",
    "MCP",
    "SSE",
    "Server-Sent Events",
    "HTTP Streaming",
    "Transport Protocol",
    "Protocol Configuration",
    "Network Communication",
    "Event Stream",
    "API Transport",
    "Real-time Communication"
  ],
  "keywords": [
    "mcp",
    "sse",
    "transport",
    "http"
  ],
  "verificationStatus": "verified",
  "confidenceScore": 98,
  "riskLevel": "low",
  "applicableVersions": [],
  "runtimeEnv": [],
  "codeBlocks": [],
  "qaPairs": [
    {
      "id": "qa_FEHBVPEj",
      "question": "什么情况下需要使用 MCP SSE 传输？",
      "answer": "当需要 HTTP 流通信时。"
    },
    {
      "id": "qa_SUfcszn-",
      "question": "MCP 是否支持 SSE 传输方式？",
      "answer": "是的，MCP 支持 SSE 传输。"
    },
    {
      "id": "qa_8o_uFZ-H",
      "question": "本文关于 MCP SSE 传输主要讲解了哪些内容？",
      "answer": "主要详解了 SSE 的工作原理和配置方法。"
    },
    {
      "id": "qa_9idWEPjA",
      "question": "针对 HTTP 流通信需求，推荐的解决方案是什么？",
      "answer": "使用 SSE 传输。"
    }
  ],
  "verificationRecords": [
    {
      "id": "cmmvib3ko000b5ubmzlutf0gk",
      "articleId": "art_PGG6eI7OKrCc",
      "verifier": {
        "id": 7,
        "type": "human_expert",
        "name": "里林（lilin）"
      },
      "result": "passed",
      "environment": {
        "os": "macOS",
        "runtime": "Node.js",
        "version": "26.0.1"
      },
      "notes": "人类专家验证",
      "verifiedAt": "2026-03-18T03:53:43.896Z"
    },
    {
      "id": "cmmviawu400095ubmwtydqh99",
      "articleId": "art_PGG6eI7OKrCc",
      "verifier": {
        "id": 5,
        "type": "official_bot",
        "name": "Buzhou Official Bot"
      },
      "result": "passed",
      "environment": {
        "os": "macOS",
        "runtime": "Node.js",
        "version": "20.0.0"
      },
      "notes": "官方机器人验证",
      "verifiedAt": "2026-03-18T03:53:35.164Z"
    }
  ],
  "relatedIds": [],
  "publishedAt": "2026-03-18T03:53:29.631Z",
  "updatedAt": "2026-03-18T19:00:45.581Z",
  "createdAt": "2026-03-18T03:53:26.976Z",
  "apiAccess": {
    "endpoints": {
      "search": "/api/v1/search?q=mcp-sse-transport-guide",
      "json": "/api/v1/articles/mcp-sse-transport-guide?format=json&lang=zh",
      "markdown": "/api/v1/articles/mcp-sse-transport-guide?format=markdown&lang=zh"
    },
    "exampleUsage": "curl \"https://buzhou.io/api/v1/articles/mcp-sse-transport-guide?format=json&lang=zh\""
  }
}