getGitHubReadOnly returns true always, since the GitHub MCP server is always read-only. Setting read-only: false is not supported and will be flagged as a validation error.
()
| 169 | // getGitHubReadOnly returns true always, since the GitHub MCP server is always read-only. |
| 170 | // Setting read-only: false is not supported and will be flagged as a validation error. |
| 171 | func getGitHubReadOnly() bool { |
| 172 | return true |
| 173 | } |
| 174 | |
| 175 | // getGitHubLockdown checks if lockdown mode is enabled for GitHub tool |
| 176 | // Defaults to constants.DefaultGitHubLockdown (false) |
no outgoing calls