Skip to main content
Glama
publish.sh233 B
#!/bin/bash set -e cd "$(dirname "$0")/.." echo "Building siigo-mcp..." uv build echo "Publishing to PyPI..." uv publish VERSION=$(grep 'version = ' pyproject.toml | head -1 | sed 's/.*"\(.*\)".*/\1/') echo "Published v$VERSION"

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/dsfaccini/siigo-mcp'

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