You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,6 +261,11 @@ After starting the MCP servers and updating `lightspeed-stack.yaml`, test by sen
261
261
262
262
In addition to static configuration in `lightspeed-stack.yaml`, MCP servers can be registered, listed, and removed at runtime through the REST API. This is useful for development, testing, or scenarios where MCP servers are provisioned dynamically.
263
263
264
+
When authorization is enabled, callers need the following permissions:
265
+
- `REGISTER_MCP_SERVER` for `POST /v1/mcp-servers`
266
+
- `LIST_MCP_SERVERS` for `GET /v1/mcp-servers`
267
+
- `DELETE_MCP_SERVER` for `DELETE /v1/mcp-servers/{name}`
0 commit comments