Skip to content

Commit 6d4d5fe

Browse files
authored
Merge pull request #143 from mqasimsarfraz/chore/makefile-debug
chore: Add inspector target to Makefile
2 parents dc3bb85 + d73f405 commit 6d4d5fe

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
@@ -62,6 +62,11 @@ clean: ## Clean build artifacts
6262
go clean -cache
6363
docker image rm -f $(DOCKER_IMAGE):$(DOCKER_TAG) 2>/dev/null || true
6464

65+
.PHONY: inspector
66+
inspector: ## Run MCP inspector for debugging
67+
@echo "Running in inspector for debugging..."
68+
npx @modelcontextprotocol/inspector go run ./cmd/aks-mcp --access-level=readonly --additional-tools="" --allow-namespaces=""
69+
6570
##@ Testing
6671

6772
.PHONY: test

0 commit comments

Comments
 (0)