Skip to main content
Glama
clone_specs.sh535 B
#!/bin/bash # Clone or update the vsts-rest-api-specs repository REPO_DIR="/tmp/vsts-rest-api-specs" if [ -d "$REPO_DIR" ]; then echo "Updating existing vsts-rest-api-specs repository..." cd "$REPO_DIR" git pull else echo "Cloning vsts-rest-api-specs repository..." cd /tmp git clone --depth 1 https://github.com/MicrosoftDocs/vsts-rest-api-specs.git fi echo "✅ vsts-rest-api-specs available at: $REPO_DIR" echo "" echo "API areas available:" ls -d "$REPO_DIR/specification"/*/ | xargs -n1 basename | sort

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/Tiberriver256/mcp-server-azure-devops'

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