Skip to content

Commit e8f4688

Browse files
committed
build: add Make target for openwebui/mcpo proxy config
Signed-off-by: TJ Hoplock <[email protected]>
1 parent 21b43a1 commit e8f4688

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,8 @@ mcphost:
5656
## inspector: use inspector to run the prometheus-mcp-server
5757
inspector:
5858
npx @modelcontextprotocol/inspector --config ./mcp.json --server "${BINARY}"
59+
60+
## open-webui: use open-webui to run the prometheus-mcp-server
61+
open-webui: build
62+
podman run --rm -d -p 11119:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:main
63+
uvx mcpo --port 18000 -- "./${BINARY}"

0 commit comments

Comments
 (0)