Skip to main content
Glama

Higress AI-Search MCP Server

by cr7258
Makefile630 B
.PHONY: release release: @if [ -z "$(version)" ]; then \ echo "Please specify version: e.g, make release version=v1.0.0"; \ exit 1; \ fi @echo "Updating version to $(version:v%=%)" @python -c 'import tomli; import tomli_w; \ data = tomli.load(open("pyproject.toml", "rb")); \ data["project"]["version"] = "$(version:v%=%)"; \ tomli_w.dump(data, open("pyproject.toml", "wb"))' @git add pyproject.toml @git commit -m "release: update version to $(version:v%=%)" @git push origin main @git tag $(version) @git push origin $(version) @echo "Version updated and tag pushed. GitHub Actions will handle the release."

Latest Blog Posts

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/cr7258/higress-ai-search-mcp-server'

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