---
title: JSON Schema
description: Agent Plugins 清单和 MCP 配置的规范机器可读 Schema。
type: reference
---

# JSON Schema



Agent Plugins 分别发布插件清单和 MCP 服务器配置的 JSON Schema。客户端根据各自的规范 `$schema` 标识符选择本地支持的验证和解释规则；加载插件时不会获取 Schema。

<Cards>
  <Card title="插件清单 Schema" href="/schemas/1.0.0/plugin.schema.json" description="验证根目录中的 plugin.json 清单。" />

  <Card title="MCP 配置 Schema" href="/schemas/1.0.0/mcp.schema.json" description="验证根目录中的 mcp.json 文档和各个服务器条目。" />
</Cards>

如果机器可读 Schema 与[规范](/zh/specification)的要求冲突，以规范为准。


---

Source: [content/docs/schemas.mdx](https://github.com/agentplugins/agent-plugins-site/blob/237bbf575f5843214923419f9d0933852662f4f3/content/docs/schemas.mdx)
Source commit: 237bbf575f5843214923419f9d0933852662f4f3

---

For a semantic overview of all documentation, see [/zh/sitemap.md](/zh/sitemap.md)

For an index of all available documentation, see [/zh/llms.txt](/zh/llms.txt)