@@ -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 @patternfly/patternfly- 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 @patternfly/patternfly- mcp
55+ npx @patternfly/patternfly- 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 @patternfly/patternfly- 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" , " @patternfly/patternfly- 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" , " @patternfly/patternfly- mcp@latest" , " --docs-host" ],
145145 "description" : " PatternFly docs (docs-host mode)"
146146 }
147147 }
@@ -207,10 +207,10 @@ Example (ESM):
207207
208208``` js
209209// Prefer the public export subpath
210- import { runServer } from ' @jephilli- patternfly-docs/ mcp/server' ;
210+ import { runServer } from ' @patternfly/patternfly- mcp/server' ;
211211
212212// Or from the package root (index.ts re-exports it)
213- import { runServer } from ' @jephilli- patternfly-docs/ mcp' ;
213+ import { runServer } from ' @patternfly/patternfly- mcp' ;
214214
215215// Starts the MCP server and listens on stdio
216216await runServer ();
@@ -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 @patternfly/patternfly- mcp
251251```
252252
253253## Contributing
0 commit comments