diff --git a/config.json b/config.json index da71873..61cde97 100644 --- a/config.json +++ b/config.json @@ -2,11 +2,11 @@ "mcpServers": { "gitea": { "command": "gitea-mcp", - "args": { - "-t": "stdio", - "--host": "https://gitea.com", - "--token": "" - }, + "args": [ + "-t", "stdio", + "--host", "https://gitea.com", + "--token", "" + ] "env": { "GITEA_HOST": "https://gitea.com", "GITEA_ACCESS_TOKEN": ""