Skip to content

Commit 376a6de

Browse files
authored
Migration guide update (#5633)
* docs: Add migration tool (MCP server) section to migration guide Add instructions for installing and configuring the SageMaker SDK migration MCP server tool. Includes setup for Kiro, Kiro CLI, VS Code (Cline), Claude Desktop, and Cursor. Documents available tools (analyze_code, transform_code, validate_code, ask_question), example usage, and troubleshooting steps. * docs: Update Feature Store status to supported in migration guide Feature Store is now supported in V3 via sagemaker.core.resources.FeatureGroup and FeatureStore. Update the status from REMOVED to SUPPORTED. * docs(migration): Add Codex CLI, VS Code Copilot, and Roo Code to MCP server IDE setup table Add configuration locations for additional IDEs that support the SageMaker migration MCP server: VS Code with Copilot, VS Code with Roo Code extension, and Codex CLI.
1 parent e965a1b commit 376a6de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

migration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ Add the following to your MCP configuration file:
4848
|-----|----------------|
4949
| Kiro | `~/.kiro/settings/mcp.json` |
5050
| Kiro CLI | `~/.kiro/settings/mcp.json` |
51+
| VS Code (Copilot) | `.vscode/mcp.json` in workspace root |
5152
| VS Code (Cline) | Cline extension settings → MCP Servers |
53+
| VS Code (Roo Code) | Roo Code extension settings → MCP Servers |
54+
| Codex CLI | `codex.json` or `~/.codex/config.json` |
5255
| Claude Desktop | `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) |
5356
| Cursor | Settings → MCP section |
5457

0 commit comments

Comments
 (0)