Skip to content

Commit a9355cd

Browse files
committed
docs: more feedback
1 parent eb43550 commit a9355cd

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

src/pages/[platform]/start/mcp-server/amplify-workflows/index.mdx

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -338,21 +338,11 @@ To get the best results from AWS MCP Server, keep these tips in mind:
338338
- **Ask follow-up questions** if you need clarification on any step
339339
- **Request explanations** if you want to understand why certain patterns are recommended
340340

341-
## Triggering workflows automatically
342-
343-
The guided workflows are designed to activate naturally when you use certain phrases in your prompts:
344-
345-
- **"Guide me through..."** or **"Walk me through..."** - Signals you want step-by-step guidance
346-
- **"...following Amplify best practices"** - Triggers the AI to look up recommended patterns
347-
- **"Help me set up..."** - Indicates you want structured assistance
348-
349-
These phrases help your AI assistant recognize that it should use the pre-built workflows rather than generating ad-hoc solutions.
350-
351341
### Optional: Steering files for teams
352342

353-
For teams that want guaranteed consistency across all developers, you can add steering files that explicitly instruct the AI to always use the workflows. This is optional—the prompt patterns above work well for most use cases.
343+
For guaranteed consistency across all developers, you can add steering files that instruct the AI to always use the workflows.
354344

355-
<Accordion title="Kiro" headingLevel="3">
345+
<Accordion title="Amazon Kiro (IDE/CLI)" headingLevel="3">
356346

357347
Create a steering file at `.kiro/steering/amplify.md`:
358348

@@ -368,7 +358,7 @@ When working on Amplify projects, use the AWS MCP Server guided workflows:
368358

369359
</Accordion>
370360

371-
<Accordion title="Claude Code" headingLevel="3">
361+
<Accordion title="Claude (Code/Desktop)" headingLevel="3">
372362

373363
Add to your `CLAUDE.md` file in the project root:
374364

src/pages/[platform]/start/mcp-server/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function getStaticProps(context) {
3535

3636
AWS MCP Server brings the power of AI coding assistants to your Amplify development workflow. Using the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/)—an open protocol that enables AI tools to access external data and capabilities—you can build, deploy, and manage fullstack Amplify applications faster than ever.
3737

38-
Whether you're using Kiro, Cursor, Claude Desktop, or another MCP-compatible AI coding assistant, AWS MCP Server provides the context and tools your AI needs to help you build production-ready Amplify applications.
38+
Whether you're using Amazon Kiro, Cursor, Claude Desktop, or another MCP-compatible AI coding assistant, AWS MCP Server provides the context and tools your AI needs to help you build production-ready Amplify applications.
3939

4040
## Why use AWS MCP Server?
4141

src/pages/[platform]/start/mcp-server/set-up-mcp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function getStaticProps(context) {
3333
Follow the [AWS MCP Server setup guide](https://docs.aws.amazon.com/aws-mcp/latest/userguide/getting-started-aws-mcp-server.html) to configure AWS MCP Server with your AI coding assistant. The guide covers:
3434

3535
- Installing prerequisites (AWS CLI, uv package manager)
36-
- Configuring your MCP client (Kiro, Cursor, Claude Desktop, and others)
36+
- Configuring your MCP client (Amazon Kiro, Cursor, Claude Desktop, and others)
3737
- Setting up AWS credentials and IAM permissions
3838
- Testing your connection
3939

0 commit comments

Comments
 (0)