> ## Documentation Index
> Fetch the complete documentation index at: https://mcp.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# 客户端-服务器架构

> 深入了解 MCP 的客户端-服务器通信模式和架构设计

## 架构概述

MCP 采用简洁的客户端-服务器架构，为 AI 应用提供标准化的数据访问接口。

## 组件说明

### MCP 客户端

负责连接和管理 MCP 服务器的组件。

### MCP 服务器

提供资源、工具和提示的轻量级程序。

## 通信协议

基于 JSON-RPC 2.0 的双向通信。

<Note>
  详细内容正在完善中...
</Note>
