Skip to content

Commit c46e729

Browse files
committed
chore: match new readme
1 parent 1a554b8 commit c46e729

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
@@ -118,6 +118,23 @@ Here are some example prompts to get you started:
118118
> [!TIP]
119119
> You can refer to the [official documentation](https://modelcontextprotocol.io/quickstart/user) for Claude Desktop.
120120
121+
#### SSE Server specific configuration
122+
To run the SSE version, as Claude Desktop doesn't natively support it yet, you'll have to use a gateway:
123+
```json
124+
{
125+
"mcpServers": {
126+
"algolia-mcp": {
127+
"command": "<PATH_TO_BIN>/npx",
128+
"args": [
129+
"-y",
130+
"mcp-remote",
131+
"http://localhost:4243/sse"
132+
]
133+
}
134+
}
135+
}
136+
```
137+
121138
### CLI Options
122139

123140
#### Available Commands
@@ -126,14 +143,15 @@ Here are some example prompts to get you started:
126143
Usage: algolia-mcp [options] [command]
127144

128145
Options:
129-
-h, --help display help for command
146+
-h, --help Display help for command
130147

131148
Commands:
132-
start-server [options] Starts the Algolia MCP server
133-
authenticate Authenticate with Algolia
134-
logout Remove all stored credentials
135-
list-tools List all available tools
136-
help [command] display help for command
149+
start-server [options] Starts the Algolia MCP server
150+
start-sse-server [options] Starts the Algolia MCP SSE server
151+
authenticate Authenticate with Algolia
152+
logout Remove all stored credentials
153+
list-tools List all available tools
154+
help [command] Display help for command
137155
```
138156

139157
#### Server Options

0 commit comments

Comments
 (0)