Skip to main content
Glama

dev-kit-mcp-server

Makefile988 B
.PHONY: help .PHONY: default default: install install: uv sync --all-extras --all-groups --frozen uvx pre-commit install install-docs: uv sync --group docs --frozen --no-group dev update: uv lock -n uvx pre-commit autoupdate $(MAKE) install test: install uv run pytest check: install uvx pre-commit run --all-files coverage: install uv run pytest --cov=dev_kit_mcp_server --cov-report=xml cov: install uv run pytest --cov=dev_kit_mcp_server --cov-report=term-missing mypy: install uv run mypy dev_kit_mcp_server --config-file pyproject.toml doctest: install-docs doc doc: uv run --no-sync sphinx-build -M doctest docs/source docs/build/ -W --keep-going --fresh-env uv run --no-sync sphinx-build -M html docs/source docs/build/ -W --keep-going --fresh-env check-all: check test mypy doc run: uvx --from pyproject.toml dev-kit-mcp-server dev: npx @modelcontextprotocol/inspector@latest node build/index.js vs-code: uvx --from dev-kit-mcp-server dkmcp-vscode

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/DanielAvdar/dev-kit-mcp-server'

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