Skip to content

Commit c65e44a

Browse files
committed
doc: how to start sse server
1 parent 1885b6d commit c65e44a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ Options:
157157
-h, --help Display help for command
158158

159159
Commands:
160-
start-server [options] Starts the Algolia MCP server
161-
start-sse-server [options] Starts the Algolia MCP SSE server
160+
start-server [options] Starts the Algolia MCP server ()
162161
authenticate Authenticate with Algolia
163162
logout Remove all stored credentials
164163
list-tools List all available tools
@@ -173,9 +172,9 @@ Usage: algolia-mcp start-server [options]
173172
Starts the Algolia MCP server
174173

175174
Options:
176-
-o, --allow-tools <tools> Comma separated list of tool ids (default:
177-
["listIndices","getSettings","searchSingleIndex","getTopSearches","getTopHits","getNoResultsRate"])
178-
-h, --help display help for command
175+
-o, --allow-tools <tools> Comma separated list of tool ids (default["listIndices","getSettings","searchSingleIndex","getTopSearches","getTopHits","getNoResultsRate"])
176+
--transport [stdio|http] Transport type (default:stdio)
177+
-h, --help Display help for command
179178
```
180179

181180
## 🛠 Development

0 commit comments

Comments
 (0)