Skip to content

Commit 031280f

Browse files
committed
clarify version for copy mcp url button bug
1 parent 78b699e commit 031280f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

solutions/search/agent-builder/limitations-known-issues.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,15 @@ This results in parsing errors like this:
6767
]
6868
```
6969

70-
### MCP server URL copy button does not include space name
70+
### MCP server URL copy button omits space name
7171

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+
:::
7375

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`
7579

7680
For more information about {{agent-builder}} and Spaces, refer to [Permissions and access control](permissions.md#spaces).
7781

solutions/search/agent-builder/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ The **Tools** UI provides a **Copy your MCP server URL** button for easy access.
209209
:::
210210

211211
:::{important}
212-
If you're using a custom {{kib}} Space, the copied URL will not include 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.
213213
:::
214214

215215
For detailed MCP server configuration, refer to [MCP server](mcp-server.md).

0 commit comments

Comments
 (0)