docs(readme): rename interactive with insecure (#22) All checks were successful release-nightly / release-image (push) Successful in 3m19s
All checks were successful
release-nightly / release-image (push) Successful in 3m19s
After #20, `GITEA_INSECURE` flag is introduced. However, the READMEs referred to the wrong name. Replace GITEA_INTERACTIVE terms with `GITEA_INSECURE`. Reviewed-on: #22 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Co-authored-by: Flynn Hou <flynnhou7@gmail.com> Co-committed-by: Flynn Hou <flynnhou7@gmail.com>
This commit was merged in pull request #22.
This commit is contained in:
@@ -109,7 +109,7 @@ To configure the MCP server for Gitea, add the following to your MCP configurati | ||||
], | ||||
"env": { | ||||
// "GITEA_HOST": "https://gitea.com", | ||||
// "GITEA_INTERACTIVE": "true", | ||||
// "GITEA_INSECURE": "true", | ||||
"GITEA_ACCESS_TOKEN": "<your personal access token>" | ||||
} | ||||
} | ||||
|
@@ -109,7 +109,7 @@ cp gitea-mcp /usr/local/bin/ | ||||
], | ||||
"env": { | ||||
// "GITEA_HOST": "https://gitea.com", | ||||
// "GITEA_INTERACTIVE": "true", | ||||
// "GITEA_INSECURE": "true", | ||||
"GITEA_ACCESS_TOKEN": "<your personal access token>" | ||||
} | ||||
} | ||||
|
@@ -109,7 +109,7 @@ cp gitea-mcp /usr/local/bin/ | ||||
], | ||||
"env": { | ||||
// "GITEA_HOST": "https://gitea.com", | ||||
// "GITEA_INTERACTIVE": "true", | ||||
// "GITEA_INSECURE": "true", | ||||
"GITEA_ACCESS_TOKEN": "<your personal access token>" | ||||
} | ||||
} | ||||
|
Reference in New Issue
Block a user