Skip to main content
Glama

HelloWorld MCP Server

by gemyago
Makefile302 B
.PHONY: FORCE lint test eslint=node_modules/.bin/eslint tsc=node_modules/.bin/tsc jest=node_modules/.bin/jest clean: rm -r -f dist dist/%: FORCE $(tsc) -p tsconfig.$*.json dist: clean dist/esm dist/cjs FORCE lint: $(eslint) . --ext .js,.jsx,.ts,.tsx --max-warnings 0 test: $(jest) --coverage

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/gemyago/typescript-mcp-boilerplate'

If you have feedback or need assistance with the MCP directory API, please join our Discord server