You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+51-10Lines changed: 51 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The Model Context Protocol (MCP) is an open standard that enables AI assistants
17
17
18
18
## Prerequisites
19
19
20
-
- Node.js 18.0.0 or higher
20
+
- Node.js 20.0.0 or higher
21
21
- npm (or another Node package manager)
22
22
23
23
## Installation
@@ -74,7 +74,7 @@ These are the most relevant NPM scripts from package.json:
74
74
75
75
## Usage
76
76
77
-
The MCP server communicates over stdio and provides access to PatternFly documentation through the following tools. Both tools accept an argument named urlList which must be an array of strings. Each string is either:
77
+
The MCP server communicates over stdio and provides access to PatternFly documentation through the following tools. Both tools accept an argument named `urlList` which must be an array of strings. Each string is either:
78
78
- An external URL (e.g., a raw GitHub URL to a .md file), or
79
79
- A local file path (e.g., documentation/.../README.md). When running with the --docs-host flag, these paths are resolved under the llms-files directory instead.
80
80
@@ -118,7 +118,7 @@ Then, passing a local path such as react-core/6.0.0/llms.txt in urlList will loa
118
118
119
119
## MCP client configuration examples
120
120
121
-
Most MCP clients use a JSON configuration that tells the client how to start this server. The server itself does not read that JSON; it only reads CLI flags and environment variables. Below are examples you can adapt to your MCP client.
121
+
Most MCP clients use a JSON configuration to specify how to start this server. The server itself only reads CLI flags and environment variables, not the JSON configuration. Below are examples you can adapt to your MCP client.
0 commit comments