Skip to main content
Glama

Tagny MCP Server

by tagny
.bumpversion.toml759 B
[tool.bumpversion] current_version = "1.0.2" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" replace = "{new_version}" regex = false ignore_missing_version = false ignore_missing_files = false tag = false sign_tags = false tag_name = "v{new_version}" tag_message = "Bump version: {current_version} → {new_version}" allow_dirty = false commit = false message = "Bump version: {current_version} → {new_version}" moveable_tags = [] commit_args = "" setup_hooks = [] pre_commit_hooks = [] post_commit_hooks = [] [[tool.bumpversion.files]] filename = "src/tagny_mcp_server/__version__.py" search = '__version__ = "{current_version}"' replace = '__version__ = "{new_version}"'

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/tagny/tagny-mcp-server'

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