We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc3bb85 + d73f405 commit 6d4d5feCopy full SHA for 6d4d5fe
Makefile
@@ -62,6 +62,11 @@ clean: ## Clean build artifacts
62
go clean -cache
63
docker image rm -f $(DOCKER_IMAGE):$(DOCKER_TAG) 2>/dev/null || true
64
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
+
70
##@ Testing
71
72
.PHONY: test
0 commit comments