Tags: obot-platform/obot
Tags
fix: build MCP config after waiting for container (#4373) Additionally, we must retry if creating the container fails with a conflict, but getting the container with the specific name returns no results. There seems to be a race condition in the Docker API. Signed-off-by: Donnie Adams <[email protected]>
enhance: give admin access to PUP servers (#4363) Additionally, this change gives some basic access to Power User and Power User Plusses for server details, restart, and logs. This commit is self-contained: it includes the necessary UI changes. Signed-off-by: Donnie Adams <[email protected]> Co-authored-by: Ivy <[email protected]>
feat: allow re-utilization of existing categories (#4005) * feat: allow re-utilization of existing categories - convert categories handling to a multi-select input - share data using Svelte's context API * enhance: add function to list catalog categories * refactor: remove context key for MCP server categories and update category handling * refactor: update category handling to use remote categories and streamline form data * enhance: prevent duplicate categories in form data update * fix categories not saved properly --------- Co-authored-by: Abdel <[email protected]>
enhance: temp instance tool previews (#4047) * enhance: use temporary instance to generate tool/capabilities * Update McpServerTools.svelte * fix: use visibility listener to trigger fetching oauthURL again when user returns to tab * Update McpOauth.svelte * regenerate option
fix: server name and chat auth fixes (#3997) * fix: show oauth in overview when viewing mcp from chat * fix: show server alias in edit configuration dialog title * fix: use alias in Chat option to generate project name * fix: show config dialog for renaming server for catalog entries w/ no configurations * Update McpServers.svelte
fix: filter server to client requests (#3849) This change will ensure that server to client requests are also validated with webhook filters. Signed-off-by: Donnie Adams <[email protected]>
PreviousNext