@@ -119,15 +119,15 @@ Start the `MCP-Server`, `MCPO`(MCP-Proxy for OpenAPI), and `OpenWebUI`.
119119
120120- OpenWebUI will be available at: ` http://localhost:${DOCKER_EXTERNAL_PORT_OPENWEBUI} ` (default: 3001)
121121- The MCPO-Proxy will be accessible at: ` http://localhost:${DOCKER_EXTERNAL_PORT_MCPO_PROXY} ` (default: 8001)
122- - The MCPO API Docs: ` http://localhost:${DOCKER_EXTERNAL_PORT_MCPO_PROXY}/ambari-api/docs `
122+ - The MCPO API Docs: ` http://localhost:${DOCKER_EXTERNAL_PORT_MCPO_PROXY}/mcp- ambari-api/docs `
123123
124124![ Example: MCPO-Proxy] ( img/mcpo-proxy-api-docs.png )
125125
126126### 3. Registering the Tool in OpenWebUI
127127
1281281 . logging in to OpenWebUI with an admin account
1291291 . go to "Settings" → "Tools" from the top menu.
130- 1 . Enter the ` ambari-api ` Tool address (e.g., ` http://localhost:8000/ambari-api ` ) to connect MCP Tools with your Ambari cluster.
130+ 1 . Enter the ` mcp- ambari-api` Tool address (e.g., ` http://localhost:8000/mcp- ambari-api ` ) to connect MCP Tools with your Ambari cluster.
131131
132132### 4. More Examples: Using MCP Tools to Query Ambari Cluster
133133
@@ -296,7 +296,7 @@ When authentication is enabled, MCP clients must include the Bearer token in the
296296``` json
297297{
298298 "mcpServers" : {
299- "ambari-api" : {
299+ "mcp- ambari-api" : {
300300 "type" : " streamable-http" ,
301301 "url" : " http://your-server:8000/mcp" ,
302302 "headers" : {
@@ -329,7 +329,7 @@ When authentication fails, the server returns:
329329``` json
330330{
331331 "mcpServers" : {
332- "ambari-api" : {
332+ "mcp- ambari-api" : {
333333 "command" : " uvx" ,
334334 "args" : [" --python" , " 3.12" , " mcp-ambari-api" ],
335335 "env" : {
@@ -352,7 +352,7 @@ When authentication fails, the server returns:
352352``` json
353353{
354354 "mcpServers" : {
355- "ambari-api" : {
355+ "mcp- ambari-api" : {
356356 "type" : " streamable-http" ,
357357 "url" : " http://localhost:18001/mcp"
358358 }
@@ -365,7 +365,7 @@ When authentication fails, the server returns:
365365``` json
366366{
367367 "mcpServers" : {
368- "ambari-api" : {
368+ "mcp- ambari-api" : {
369369 "type" : " streamable-http" ,
370370 "url" : " http://localhost:18001/mcp" ,
371371 "headers" : {
@@ -385,7 +385,7 @@ When authentication fails, the server returns:
385385``` json
386386{
387387 "mcpServers" : {
388- "ambari-api" : {
388+ "mcp- ambari-api" : {
389389 "command" : " uvx" ,
390390 "args" : [" --python" , " 3.12" , " mcp-ambari-api" ],
391391 "env" : {
@@ -441,7 +441,7 @@ When authentication fails, the server returns:
441441``` json
442442{
443443 "mcpServers" : {
444- "ambari-api-remote" : {
444+ "mcp- ambari-api-remote" : {
445445 "type" : " streamable-http" ,
446446 "url" : " http://your-server-ip:18001/mcp" ,
447447 "headers" : {
0 commit comments