diff --git a/README.md b/README.md index 37e8d40..dcea00d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Model Context Protocol (MCP) is a protocol that allows for the integration of va This method uses `go run` and requires [Go](https://go.dev) to be installed. ```bash -claude mcp add --transport stdio gitea \ +claude mcp add --transport stdio --scope user gitea \ --env GITEA_ACCESS_TOKEN=token \ --env GITEA_HOST=https://gitea.com \ -- go run gitea.com/gitea/gitea-mcp@latest -t stdio diff --git a/README.zh-cn.md b/README.zh-cn.md index 5aa705d..27af10b 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -38,7 +38,7 @@ Model Context Protocol (MCP) 是一种协议,允许通过聊天界面整合各 此方式使用 `go run`,需要安装 [Go](https://go.dev)。 ```bash -claude mcp add --transport stdio gitea \ +claude mcp add --transport stdio --scope user gitea \ --env GITEA_ACCESS_TOKEN=token \ --env GITEA_HOST=https://gitea.com \ -- go run gitea.com/gitea/gitea-mcp@latest -t stdio diff --git a/README.zh-tw.md b/README.zh-tw.md index 6da2368..abed1a6 100644 --- a/README.zh-tw.md +++ b/README.zh-tw.md @@ -38,7 +38,7 @@ Model Context Protocol (MCP) 是一種協議,允許透過聊天介面整合各 此方式使用 `go run`,需要安裝 [Go](https://go.dev)。 ```bash -claude mcp add --transport stdio gitea \ +claude mcp add --transport stdio --scope user gitea \ --env GITEA_ACCESS_TOKEN=token \ --env GITEA_HOST=https://gitea.com \ -- go run gitea.com/gitea/gitea-mcp@latest -t stdio