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

# 常见问题

<Note>
  MCP Registry 目前处于预览阶段。在正式发布之前，可能会发生破坏性更改或数据重置。如果遇到任何问题，请在 [GitHub](https://github.com/modelcontextprotocol/registry/issues) 上报告。
</Note>

## 常规

### "Official MCP Registry"、"MCP Registry"、"MCP registry"、"MCP Registry API" 等之间有什么区别？

* "MCP Registry API" — 一个实现了 MCP Registry 定义的 [OpenAPI 规范](https://github.com/modelcontextprotocol/registry/blob/main/docs/reference/api/openapi.yaml) 的 API。
* "Official MCP Registry API" — 在 `https://registry.modelcontextprotocol.io` 提供的 REST API，它是 MCP Registry API 的超集。其 OpenAPI 规范可从 [https://registry.modelcontextprotocol.io/openapi.yaml](https://registry.modelcontextprotocol.io/openapi.yaml) 下载。
* "MCP registry" — 提供 MCP Registry API 的第三方服务。
* "Official MCP Registry"（或 "The MCP Registry"）— 位于 `https://registry.modelcontextprotocol.io` 的服务。

### 我可以删除/取消发布我的服务器吗？

目前不行。在撰写本文时，正在进行 [公开讨论](https://github.com/modelcontextprotocol/registry/issues/104)。

### 如何更新我的服务器元数据？

提交一个带有唯一版本字符串的新 `server.json`。一旦发布，版本元数据是不可变的（类似于 npm）。

### 发布时可以添加自定义元数据吗？

可以，发布到注册表时，`_meta.io.modelcontextprotocol.registry/publisher-provided` 下的自定义元数据会被保留。这允许你包含特定于发布过程的自定义元数据。

<Warning>
  有 4KB 的大小限制（4096 字节的 JSON）。如果超过此限制，发布将失败。
</Warning>

## 报告问题

### 如果我需要报告垃圾或恶意服务器怎么办？

1. 向底层包注册表（例如 NPM、PyPi、DockerHub 等）报告滥用行为；并且
2. 在注册表仓库上提出 GitHub issue，标题以 `Abuse report: ` 开头

### 如果我需要报告注册表本身的安全漏洞怎么办？

遵循 [MCP 社区 SECURITY.md](https://github.com/modelcontextprotocol/.github/blob/main/SECURITY.md)。
