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
* Remove all mention of eks-mcp
* refactor(sigv4_helper.py): remove default service string
refactor(sigv4_helper.py): change service string to Optional string and default to None
* fix(sigv4_helper.py): make service a required argument
---------
Co-authored-by: Kyon Caldera <kyonc@amazon.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Optional arguments you can add:
37
37
-`--profile`: AWS profile to use (uses AWS_PROFILE environment variable if not provided)
38
38
-`--read-only`: Disable tools which 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))
39
39
40
-
NOTE: `remote-server-url` should be your remote mcp server's URL (including the `/mcp` part). `service-code` should be the service code for your own mcp service, such as `eks-mcp`.
40
+
NOTE: `remote-server-url` should be your remote mcp server's URL (including the `/mcp` part). `service-code` should be the service code for the MCP to be connected.
0 commit comments