We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/4tal/mcp-google-contacts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
update_version.sh•190 B
#!/bin/bash
set -e
# Extract version from tag
VERSION=$1
echo "Updating version to: $VERSION"
# Replace version in setup.py
sed -i "s/version=\"[^\"]*\"/version=\"${VERSION}\"/g" setup.py