diff --git a/README.md b/README.md index 933f2c4..cec70dc 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ "command": "gitea-mcp", "args": [ "-t": "stdio", - "--host": "https://gitea.com", - "--token": "" + "--host": "https://gitea.com"//, + // "--token": "" ], - // "env": { + "env": { // "GITEA_HOST": "https://gitea.com", - // "GITEA_ACCESS_TOKEN": "" - // } + "GITEA_ACCESS_TOKEN": "" + } } } }