We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/egoughnour/massive-context-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
semantic-release.yml•756 B
# DEPRECATED - This workflow has been replaced by version-bump.yml
# Delete this file from your repository
name: "[DEPRECATED] Semantic Release"
on:
workflow_dispatch:
inputs:
_deprecated:
description: 'This workflow is deprecated. Use "Version Bump" instead.'
required: false
type: string
jobs:
deprecated:
runs-on: ubuntu-latest
steps:
- name: Deprecation Notice
run: |
echo "::error::This workflow is deprecated. Please use the 'Version Bump' workflow instead."
echo ""
echo "To bump version, go to:"
echo " Actions → Version Bump → Run workflow"
echo ""
echo "Select bump type (patch/minor/major) and run."
exit 1