Skip to main content
Glama
env.ts683 B
// Environment variables for authentication and defaults export const PAT = process.env.AZURE_DEVOPS_PAT; export const ORG_URL = process.env.AZURE_DEVOPS_ORG_URL; export const DEFAULT_PROJECT = process.env.AZURE_DEVOPS_PROJECT; export const DEFAULT_REPOSITORY = process.env.AZURE_DEVOPS_REPOSITORY; // Validate required environment variables if (!PAT || !ORG_URL) { throw new Error( "AZURE_DEVOPS_PAT and AZURE_DEVOPS_ORG_URL environment variables are required" ); } // Log configuration console.error("[Setup] Using organization URL:", ORG_URL); console.error("[Setup] Default project:", DEFAULT_PROJECT); console.error("[Setup] Default repository:", DEFAULT_REPOSITORY);

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/mmruesch12/azdo-mcp'

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