Skip to content

Commit ab07634

Browse files
fix: go run multiple packages (#104)
* fix: go run multiple packages Signed-off-by: rishavmehra <[email protected]> * Update Makefile Co-authored-by: Chris Marchbanks <[email protected]> --------- Signed-off-by: rishavmehra <[email protected]> Co-authored-by: Chris Marchbanks <[email protected]>
1 parent 1f2dd62 commit ab07634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ test-cloud: ## Run only the cloud-based tests (requires cloud Grafana instance a
3737

3838
.PHONY: run
3939
run: ## Run the MCP server in stdio mode.
40-
go run ./...
40+
go run ./cmd/mcp-grafana
4141

4242
.PHONY: run-sse
4343
run-sse: ## Run the MCP server in SSE mode.
44-
go run ./... --transport sse
44+
go run ./cmd/mcp-grafana --transport sse

0 commit comments

Comments
 (0)