Skip to content

Commit 194811a

Browse files
seafooxFluf22
authored andcommitted
doc: how to start sse server
1 parent dc8fe54 commit 194811a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ Options:
160160
-h, --help Display help for command
161161

162162
Commands:
163-
start-server [options] Starts the Algolia MCP server
164-
start-sse-server [options] Starts the Algolia MCP SSE server
163+
start-server [options] Starts the Algolia MCP server ()
165164
authenticate Authenticate with Algolia
166165
logout Remove all stored credentials
167166
list-tools List all available tools
@@ -178,7 +177,8 @@ Starts the Algolia MCP server
178177
Options:
179178
-t, --allow-tools <tools> Comma separated list of tool ids (default: getUserInfo,getApplications,...,listIndices)
180179
--credentials <applicationId:apiKey> Application ID and associated API key to use. Optional: the MCP will authenticate you if unspecified, giving you access to all your applications.
181-
-h, --help display help for command
180+
--transport [stdio|http] Transport type (default:stdio)
181+
-h, --help Display help for command
182182
```
183183
184184
## 🛠 Development

0 commit comments

Comments
 (0)