From 5c329129f83cdc698ebef540d8c5e53db3b7d2af Mon Sep 17 00:00:00 2001 From: appleboy Date: Sun, 8 Jun 2025 02:51:32 +0000 Subject: [PATCH] docs: standardize server configuration naming in documentation (#56) - Rename the example "github" server configuration to "gitea-mcp" in all README files Signed-off-by: appleboy Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/56 Co-authored-by: appleboy Co-committed-by: appleboy --- README.md | 2 +- README.zh-cn.md | 2 +- README.zh-tw.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4089395..3bb5267 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace } ], "servers": { - "github": { + "gitea-mcp": { "command": "docker", "args": [ "run", diff --git a/README.zh-cn.md b/README.zh-cn.md index 179e347..f6da55e 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -54,7 +54,7 @@ Model Context Protocol (MCP) 是一种协议,允许通过聊天界面整合各 } ], "servers": { - "github": { + "gitea-mcp": { "command": "docker", "args": [ "run", diff --git a/README.zh-tw.md b/README.zh-tw.md index 194b376..5c5d61a 100644 --- a/README.zh-tw.md +++ b/README.zh-tw.md @@ -54,7 +54,7 @@ Model Context Protocol (MCP) 是一種協議,允許通過聊天界面整合各 } ], "servers": { - "github": { + "gitea-mcp": { "command": "docker", "args": [ "run",