.PHONY: build clean
# Default target
all: build
# Create bin directory and build the binary
build:
mkdir -p bin
go build -o bin/mcp-nutanix
# Clean build artifacts
clean:
rm -rf bin/
install:
go install golang.org/x/tools/cmd/goimports@latest
# Generate resource and tool implementations
generate:
# Copy the main.go file to cmd/codegen if it doesn't exist
go run internal/codegen/cmd/main.go --output .
goimports -w ./pkg/resources
goimports -w ./pkg/tools
go mod tidy
@echo "Generation complete!"
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thunderboltsid/mcp-nutanix'
If you have feedback or need assistance with the MCP directory API, please join our Discord server