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: solutions/search/agent-builder/limitations-known-issues.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,15 @@ This results in parsing errors like this:
67
67
]
68
68
```
69
69
70
-
### MCP server URL copy button does not include space name
70
+
### MCP server URL copy button omits space name
71
71
72
-
When using the **Copy your MCP server URL** button in the Tools UI from a custom {{kib}} Space, the copied URL does not include the space name in the path.
72
+
:::{note}
73
+
Fixed on serverless and 9.3.
74
+
:::
73
75
74
-
**Workaround:** Manually add `/s/<space-name>` to the URL after your deployment URL. For example: `https://<deployment>/s/<space-name>/api/agent_builder/mcp`
76
+
On 9.2 deployments, the **Copy your MCP server URL** button does not include the space name when used from a custom {{kib}} Space.
77
+
78
+
**Workaround:** Manually add `/s/<space-name>` to the URL. For example: `https://<deployment>/s/<space-name>/api/agent_builder/mcp`
75
79
76
80
For more information about {{agent-builder}} and Spaces, refer to [Permissions and access control](permissions.md#spaces).
Copy file name to clipboardExpand all lines: solutions/search/agent-builder/tools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ The **Tools** UI provides a **Copy your MCP server URL** button for easy access.
209
209
:::
210
210
211
211
:::{important}
212
-
If you're using a custom {{kib}} Space, the copied URL will notinclude the space name. You must manually add `/s/<space-name>` to the URL path. For example: `https://<deployment>/s/<space-name>/api/agent_builder/mcp`
212
+
There is a [known issue](limitations-known-issues.md#mcp-server-url-copy-button-does-not-include-space-name) with the copy button in 9.2.
213
213
:::
214
214
215
215
For detailed MCP server configuration, refer to [MCP server](mcp-server.md).
0 commit comments