We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815b7d8 commit ad7170bCopy full SHA for ad7170b
x-pack/platform/plugins/shared/onechat/README.md
@@ -252,7 +252,7 @@ try {
252
253
## MCP Server
254
255
-The MCP server provides a standardized interface for external MCP clients to access onechat tools.
+The MCP server provides a standardized interface for external MCP clients to access onechat tools. It's available on `/api/chat/mcp` endpoint.
256
257
258
### Running with Claude Desktop
@@ -271,7 +271,7 @@ Configure Claude Desktop by adding this to its configuration:
271
"command": "npx",
272
"args": [
273
"mcp-remote",
274
- "http://localhost:5601/api/mcp",
+ "http://localhost:5601/api/chat/mcp",
275
"--header",
276
"Authorization:${AUTH_HEADER}"
277
],
0 commit comments