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, if omitted we try to infer this from the url | Inferred from endpoint if not provided |No |
100
100
|`--profile`| AWS profile for AWS credentials to use | Uses `AWS_PROFILE` environment variable if not set |No |
101
-
|`--region`| AWS region to use | Uses `AWS_REGION` environment variable if not set, defaults to `us-east-1`|No |
101
+
|`--region`| AWS region to use | Uses `AWS_REGION` environment variable if not set|No |
102
102
|`--metadata`| Metadata to inject into MCP requests as key=value pairs (e.g., `--metadata KEY1=value1 KEY2=value2`) |`AWS_REGION` is automatically injected based on `--region` if not provided |No |
103
103
|`--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 |
104
104
|`--retries`| Configures number of retries done when calling upstream services, setting this to 0 disables retries. | 0 |No |
0 commit comments