Skip to main content
Glama

Azure MCP Server

Official
runExtensionTests.ts997 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. import * as path from 'path'; import { runTests, downloadAndUnzipVSCode } from '@vscode/test-electron'; export async function runExtensionTests(...testPath: string[] ) { try { const vsCodePath = await downloadAndUnzipVSCode('stable'); // The folder containing the Extension Manifest package.json const extensionDevelopmentPath = path.resolve(__dirname, '..', '..'); // The path to test runner const extensionTestsPath = path.resolve(__dirname, ...testPath); await runTests({ vscodeExecutablePath: vsCodePath, extensionDevelopmentPath: extensionDevelopmentPath, extensionTestsPath: extensionTestsPath, extensionTestsEnv: { DEBUGTELEMETRY: 'true', } }); } catch (err) { console.error('Failed to run tests: ', err); process.exit(1); } }

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/Azure/azure-mcp'

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