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 |
82
+
|`--service`| AWS service name for SigV4 signing, if omitted we try to infer this from the url | Inferred from endpoint if not provided |No |
83
83
|`--profile`| AWS profile for AWS credentials to use | Uses `AWS_PROFILE` environment variable if not set |No |
84
84
|`--region`| AWS region to use | Uses `AWS_REGION` environment variable if not set, defaults to `us-east-1`|No |
85
85
|`--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 |
0 commit comments