File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 23
23
# # lint: run linters
24
24
lint :
25
25
mkdir -p ${GOLANGCILINT_CACHE} || true
26
+ # convert this to use golangic-lint from devbox, rather than podman
26
27
podman run --rm -v ${CURDIR} :/app -v ${GOLANGCILINT_CACHE} :/root/.cache -w /app docker.io/golangci/golangci-lint:latest golangci-lint run -v
27
28
28
29
# # binary: build a binary
@@ -50,11 +51,11 @@ podman: container
50
51
docker : container
51
52
52
53
# # mcphost: use mcphost to run the prometheus-mcp-server against a local ollama model
53
- mcphost :
54
+ mcphost : build
54
55
mcphost --debug --config ./mcp.json --model " ${OLLAMA_MODEL} "
55
56
56
57
# # inspector: use inspector to run the prometheus-mcp-server
57
- inspector :
58
+ inspector : build
58
59
npx @modelcontextprotocol/inspector --config ./mcp.json --server " ${BINARY} "
59
60
60
61
# # open-webui: use open-webui to run the prometheus-mcp-server
You can’t perform that action at this time.
0 commit comments