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
|`--service`|AWS service name for SigV4 signing |Inferred from endpoint if not provided |No |
48
-
|`--profile`|AWS profile for AWS credentials to use |Uses `AWS_PROFILE` environment variable if not set|No |
49
-
|`--region`|AWS region to use |Uses `AWS_REGION` environment variable if not set, defaults to `us-east-1`|No |
50
-
|`--read-only`|Disable tools which may require write permissions (tools which DO NOT require write permissions are annotated with [`readOnlyHint=true`](https://modelcontextprotocol.io/specification/2025-06-18/schema#toolannotations-readonlyhint))|`False`|No |
51
-
|`--retries`|Configures number of retries done when calling upstream services, setting this to 0 disables retries. | 0 |No |
52
-
|`--log-level`|Set the logging level (`DEBUG/INFO/WARNING/ERROR/CRITICAL`) |`INFO`|No |
|`--service`| AWS service name for SigV4 signing | Inferred from endpoint if not provided |No |
48
+
|`--profile`| AWS profile for AWS credentials to use | Uses `AWS_PROFILE` environment variable if not set |No |
49
+
|`--region`| AWS region to use | Uses `AWS_REGION` environment variable if not set, defaults to `us-east-1`|No |
50
+
|`--read-only`| Disable tools which may require write permissions (tools which DO NOT require write permissions are annotated with [`readOnlyHint=true`](https://modelcontextprotocol.io/specification/2025-06-18/schema#toolannotations-readonlyhint)) |`False`|No |
51
+
|`--retries`| Configures number of retries done when calling upstream services, setting this to 0 disables retries. | 0 |No |
52
+
|`--log-level`| Set the logging level (`DEBUG/INFO/WARNING/ERROR/CRITICAL`) |`INFO`|No |
53
+
|`--timeout`| Set desired timeout in seconds across all operations | 180 |No |
54
+
|`--connect-timeout`| Set desired connect timeout in seconds | 60 |No |
55
+
|`--read-timeout`| Set desired read timeout in seconds | 120 |No |
56
+
|`--write-timeout`| Set desired write timeout in seconds | 180 |No |
0 commit comments