Skip to content

Commit ad7170b

Browse files
authored
[OneChat] Docs update MCP docs (elastic#231385)
## Summary Update docs
1 parent 815b7d8 commit ad7170b

File tree

1 file changed

+2
-2
lines changed
  • x-pack/platform/plugins/shared/onechat

1 file changed

+2
-2
lines changed

x-pack/platform/plugins/shared/onechat/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ try {
252252

253253
## MCP Server
254254

255-
The MCP server provides a standardized interface for external MCP clients to access onechat tools.
255+
The MCP server provides a standardized interface for external MCP clients to access onechat tools. It's available on `/api/chat/mcp` endpoint.
256256

257257

258258
### Running with Claude Desktop
@@ -271,7 +271,7 @@ Configure Claude Desktop by adding this to its configuration:
271271
"command": "npx",
272272
"args": [
273273
"mcp-remote",
274-
"http://localhost:5601/api/mcp",
274+
"http://localhost:5601/api/chat/mcp",
275275
"--header",
276276
"Authorization:${AUTH_HEADER}"
277277
],

0 commit comments

Comments
 (0)