@@ -17,7 +17,7 @@ The Model Context Protocol (MCP) is an open standard that enables AI assistants
1717
1818## Prerequisites
1919
20- - Node.js 18 .0.0 or higher
20+ - Node.js 20 .0.0 or higher
2121- npm (or another Node package manager)
2222
2323## Installation
@@ -45,14 +45,14 @@ npm run start:dev
4545### Use via npx (after publishing)
4646
4747``` bash
48- npx @jephilli-patternfly-docs/ mcp
48+ npx @cdcabrera/pf- mcp
4949```
5050
5151Or install locally in a project and run:
5252
5353``` bash
54- npm install @jephilli-patternfly-docs/ mcp
55- npx @jephilli-patternfly-docs/ mcp
54+ npm install @cdcabrera/pf- mcp
55+ npx @cdcabrera/pf- mcp
5656```
5757
5858## Scripts
@@ -111,7 +111,7 @@ If you run the server with --docs-host, local paths you pass in urlList are reso
111111Example:
112112
113113``` bash
114- npx @jephilli-patternfly-docs/ mcp --docs-host
114+ npx @cdcabrera/pf- mcp --docs-host
115115```
116116
117117Then, passing a local path such as react-core/6.0.0/llms.txt in urlList will load from llms-files/react-core/6.0.0/llms.txt.
@@ -127,7 +127,7 @@ Most MCP clients use a JSON configuration that tells the client how to start thi
127127 "mcpServers" : {
128128 "patternfly-docs" : {
129129 "command" : " npx" ,
130- "args" : [" -y" , " @jephilli-patternfly-docs/ mcp@latest" ],
130+ "args" : [" -y" , " @cdcabrera/pf- mcp@latest" ],
131131 "description" : " PatternFly React development rules and documentation"
132132 }
133133 }
@@ -141,7 +141,7 @@ Most MCP clients use a JSON configuration that tells the client how to start thi
141141 "mcpServers" : {
142142 "patternfly-docs" : {
143143 "command" : " npx" ,
144- "args" : [" -y" , " @jephilli-patternfly-docs/ mcp@latest" , " --docs-host" ],
144+ "args" : [" -y" , " @cdcabrera/pf- mcp@latest" , " --docs-host" ],
145145 "description" : " PatternFly docs (docs-host mode)"
146146 }
147147 }
@@ -247,7 +247,7 @@ npm publish
247247
248248After publishing, users can run your MCP server with:
249249``` bash
250- npx @jephilli-patternfly-docs/ mcp
250+ npx @cdcabrera/pf- mcp
251251```
252252
253253## Contributing
0 commit comments