diff --git a/README.md b/README.md index c6039de..933f2c4 100644 --- a/README.md +++ b/README.md @@ -4,26 +4,6 @@ **MCP Server Config** ```json -{ - "mcpServers": { - "gitea": { - "command": "gitea-mcp", - "args": { - "-t": "stdio", - "--host": "https://gitea.com", - "--token": "" - }, - "env": { - "GITEA_HOST": "https://gitea.com", - "GITEA_ACCESS_TOKEN": "" - } - } - } -} -``` - -- Cursor config -```json { "mcpServers": { "gitea": { @@ -32,8 +12,12 @@ "-t": "stdio", "--host": "https://gitea.com", "--token": "" - ] + ], + // "env": { + // "GITEA_HOST": "https://gitea.com", + // "GITEA_ACCESS_TOKEN": "" + // } } } } -``` \ No newline at end of file +```