Skip to content

Commit d66966c

Browse files
committed
docs: fix readme
1 parent 55953b6 commit d66966c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ The server automatically fetches and indexes documentation from the [bucketeer-i
7272

7373
Configure the MCP Server by adding the following to your `mcp.json` or `claude_desktop_config.json` file, referring to the documentation for Cursor (https://docs.cursor.com/context/model-context-protocol#configuring-mcp-servers) and Claude Desktop (https://modelcontextprotocol.io/quickstart/user):
7474

75-
**Option 1: Using npm (Recommended)**
7675
```json
7776
{
7877
"mcpServers": {
@@ -85,20 +84,6 @@ Configure the MCP Server by adding the following to your `mcp.json` or `claude_d
8584
}
8685
```
8786

88-
**Option 2: Using node directly**
89-
```json
90-
{
91-
"mcpServers": {
92-
"bucketeer-docs": {
93-
"command": "node",
94-
"args": ["/path/to/bucketeer-docs-local-mcp-server/dist/main.js"]
95-
}
96-
}
97-
}
98-
```
99-
100-
**Important**: Make sure to use the absolute path to the `dist/main.js` file after building the project.
101-
10287
## Usage
10388

10489
When the MCP server is running, the following tools are available:

0 commit comments

Comments
 (0)