# Get version from package.json
VERSION := $(shell jq -r .version < package.json)
.PHONY: ensure
ensure:
@echo "Ensuring..."
npm install
.PHONY: build
build:
@echo "Building..."
npm run build
.PHONY: test
test:
@echo "Testing..."
npm test
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/pulumi/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server