MCP Sumo Logic Server

.PHONY: install build start clean lint test install: npm install build: npm run build start: npm start dev: npm run dev clean: rm -rf dist rm -rf node_modules lint: npm run lint test: npm run test