Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Model Context Protocol Documentation
# 模型上下文协议文档

The official documentation for the [Model Context Protocol](https://modelcontextprotocol.io).
[模型上下文协议](https://modelcontextprotocol.io)的官方文档。

For detailed contribution guidelines, development setup, and troubleshooting, please see our [Contributing Guide](CONTRIBUTING.md).
有关详细的贡献指南、开发设置和故障排除,请参阅我们的[贡献指南](CONTRIBUTING.md)

### Publishing Changes
### 发布更改

Changes will be deployed to production automatically after pushing to the default branch.
更改将在推送到默认分支后自动部署到生产环境。

---

> 注:这是模型上下文协议(MCP)文档的中文翻译版本。原始英文版本请访问:[modelcontextprotocol.io](https://modelcontextprotocol.io)。
>
> 最后更新时间:2025年2月15日
12 changes: 8 additions & 4 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
},
"favicon": "/favicon.svg",
"navigation": {
"anchors": [
"tabs": [
{
"anchor": "Documentation",
"icon": "book-open",
"tab": "文档",
"groups": [
{
"group": "开始",
Expand Down Expand Up @@ -91,7 +90,12 @@
"dark": "/logo/dark.svg"
},
"navbar": {
"links": [],
"links": [
{
"label": "EN",
"href": "https://modelcontextprotocol.io/"
}
],
"primary": {
"type": "button",
"label": "GitHub",
Expand Down