Skip to content

docs(gateway): append /mcp to URL capture commands and fix directory typo - #1955

Merged
EashanKaushik merged 1 commit into
awslabs:mainfrom
jyotsnamas:fix/gateway-docs-typos
Aug 24, 2026
Merged

docs(gateway): append /mcp to URL capture commands and fix directory typo#1955
EashanKaushik merged 1 commit into
awslabs:mainfrom
jyotsnamas:fix/gateway-docs-typos

Conversation

@jyotsnamas

Copy link
Copy Markdown
Contributor

Summary

  • All gateway tutorial READMEs capture the gateway URL without the required /mcp suffix, causing users to get UnknownOperationException when they follow the instructions
  • Appends /mcp to the URL capture command in 11 README files
  • Renames sensative-data-maskingsensitive-data-masking (typo in directory name)
  • Updates the link in 04-advanced-concepts/README.md to match

Files changed (11 READMEs + 1 directory rename)

  • 01-attach-targets/mcp/aws-lambda/README.md
  • 01-attach-targets/mcp/amazon-api-gateway/README.md
  • 01-attach-targets/mcp/smithy-schema/README.md
  • 01-attach-targets/mcp/openapi-schema/01-configure-auth/api-key/README.md
  • 01-attach-targets/mcp/openapi-schema/01-configure-auth/client-credentials/README.md
  • 01-attach-targets/mcp/mcp-servers/01-configure-auth/client-credentials/README.md
  • 01-attach-targets/mcp/mcp-servers/02-mcp-target-synchronization/README.md
  • 02-set-up-inbound-authorization/mcp/iam/README.md
  • 03-private-connectivity/.../00-prerequisites/README.md
  • 04-advanced-concepts/gateway-observability/README.md
  • lab_structure.md
  • 04-advanced-concepts/mcp-targets/sensative-data-masking/sensitive-data-masking/

Test plan

  • Verified the URL pattern: $(aws ... --query 'gatewayUrl' --output text)/mcp produces correct MCP endpoint
  • Confirmed no double /mcp in files that already had it

🤖 Generated with Claude Code

The AgentCore gateway MCP endpoint requires the /mcp path suffix, but
all README URL capture commands omit it:

  export GATEWAY_URL=$(aws ... --query 'gatewayUrl' --output text)

This gives users a URL that fails with UnknownOperationException.
Append /mcp so the captured URL works immediately.

Also fixes:
- Rename `sensative-data-masking` → `sensitive-data-masking` (typo)
- Update README link to match the corrected directory name

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@EashanKaushik
EashanKaushik merged commit 76e2327 into awslabs:main Aug 24, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants