#!/bin/bash
# Check if the version is set
if [ -z "$VERSION" ]; then
echo "VERSION is not set. Please set the VERSION environment variable."
exit 1
fi
if [ -z "$TWINE_API" ]; then
echo "TWINE_API_KEY is not set. Please set the TWINE_API_KEY environment variable."
exit 1
fi
make release;
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/port-labs/port-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server