From 63f72d33f380854639e13104f8ab383f198407b9 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Wed, 22 Oct 2025 11:21:07 -0400 Subject: [PATCH] build: mcp-config to patternfly package --- mcp-config-example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp-config-example.json b/mcp-config-example.json index b80355c8..ac8cff03 100644 --- a/mcp-config-example.json +++ b/mcp-config-example.json @@ -2,7 +2,7 @@ "mcpServers": { "patternfly-docs": { "command": "npx", - "args": ["@jephilli-patternfly-docs/mcp"], + "args": ["@patternfly/patternfly-mcp"], "description": "PatternFly React development rules and documentation" } }