Skip to main content
Glama

mcp-text-editor

by tumf
MIT License
92
  • Apple
  • Linux
.PHONY: test format lint typecheck check coverage .DEFAULT_GOAL := all test: pytest install: uv sync --all-extras coverage: pytest --cov=mcp_text_editor --cov-report=term-missing format: black src tests isort src tests ruff check --fix src tests lint: black --check src tests isort --check src tests ruff check src tests typecheck: mypy src tests # Run all checks required before pushing check: lint typecheck fix: format all: format typecheck 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/tumf/mcp-text-editor'

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