From c59e7a33d5d00704a7583bd9cf554ffa787ba5c3 Mon Sep 17 00:00:00 2001 From: Varun Date: Sun, 14 Jun 2026 18:34:17 +0530 Subject: [PATCH] fix(mcp): correct stale AWS shapeId in example DSL (database-rds -> databases-rds) The example diagram in the MCP resource doc referenced the old `database-rds` shapeId, which was renamed to `databases-rds` in the AWS icon taxonomy update (#61). Align the example so LLMs don't copy an invalid shapeId. Co-Authored-By: Claude Opus 4.8 --- mcp-server/src/resources/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp-server/src/resources/index.ts b/mcp-server/src/resources/index.ts index 3ed1bbc..c08567c 100644 --- a/mcp-server/src/resources/index.ts +++ b/mcp-server/src/resources/index.ts @@ -14,7 +14,7 @@ direction: TB | LR # default TB [process] step1: Friendly Label { color: "blue" } [decision] branch: Approved? { color: "amber" } [system] api: Internal API -[architecture] db: Postgres { archProvider: "aws", archResourceType: "database-rds" } +[architecture] db: Postgres { archProvider: "aws", archResourceType: "databases-rds" } [browser] web: Dashboard [mobile] app: Mobile App [note] n: Latency 200ms