You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,22 @@ This disables TLS certificate validation for Node.js when connecting to Argo CD
129
129
130
130
> **Warning**: Disabling SSL verification reduces security. Use this setting only in development environments or when you understand the security implications.
131
131
132
+
133
+
### Read Only Mode
134
+
135
+
If you want to run the MCP Server in a ReadOnly mode to avoid resource or application modification, you should set the environment variable:
136
+
```
137
+
"MCP_READ_ONLY": "true"
138
+
```
139
+
This will disable the following tools:
140
+
-`create_application`
141
+
-`update_application`
142
+
-`delete_application`
143
+
-`sync_application`
144
+
-`run_resource_action`
145
+
146
+
By default, all the tools will be available.
147
+
132
148
## Available Tools
133
149
134
150
The server provides the following ArgoCD management tools:
0 commit comments