Skip to content

Commit 7477c09

Browse files
committed
chore: match new readme
1 parent 21a2543 commit 7477c09

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

README.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,23 @@ Here are some example prompts to get you started:
116116
> [!TIP]
117117
> You can refer to the [official documentation](https://modelcontextprotocol.io/quickstart/user) for Claude Desktop.
118118
119+
#### SSE Server specific configuration
120+
To run the SSE version, as Claude Desktop doesn't natively support it yet, you'll have to use a gateway:
121+
```json
122+
{
123+
"mcpServers": {
124+
"algolia-mcp": {
125+
"command": "<PATH_TO_BIN>/npx",
126+
"args": [
127+
"-y",
128+
"mcp-remote",
129+
"http://localhost:4243/sse"
130+
]
131+
}
132+
}
133+
}
134+
```
135+
119136
### CLI Options
120137

121138
#### Available Commands
@@ -124,14 +141,15 @@ Here are some example prompts to get you started:
124141
Usage: algolia-mcp [options] [command]
125142

126143
Options:
127-
-h, --help display help for command
144+
-h, --help Display help for command
128145

129146
Commands:
130-
start-server [options] Starts the Algolia MCP server
131-
authenticate Authenticate with Algolia
132-
logout Remove all stored credentials
133-
list-tools List all available tools
134-
help [command] display help for command
147+
start-server [options] Starts the Algolia MCP server
148+
start-sse-server [options] Starts the Algolia MCP SSE server
149+
authenticate Authenticate with Algolia
150+
logout Remove all stored credentials
151+
list-tools List all available tools
152+
help [command] Display help for command
135153
```
136154

137155
#### Server Options

0 commit comments

Comments
 (0)