Skip to main content
Glama

content-core

Makefile415 B
.PHONY: tag test build-docs ruff mcp-server tag: @version=$$(grep '^version = ' pyproject.toml | sed 's/version = "\(.*\)"/\1/'); \ echo "Creating tag v$$version"; \ git tag "v$$version"; \ git push origin "v$$version" test: uv run pytest -v build-docs: repomix . --include "**/*.py,**/*.yaml" --compress --style xml -o ai_docs/core.txt ruff: ruff check . --fix mcp-server: uv run content-core-mcp

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/lfnovo/content-core'

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