Skip to main content
Glama
bradcstevens

Copilot Studio Agent Direct Line MCP Server

by bradcstevens
setup.ts535 B
/** * Jest test setup * Runs before all tests */ // Set test environment variables process.env.NODE_ENV = 'test'; process.env.DIRECT_LINE_SECRET = 'test-secret-key-for-testing-purposes-only'; process.env.LOG_LEVEL = 'error'; // Reduce noise in tests // Global test timeout jest.setTimeout(10000); // Mock console methods to reduce test output noise global.console = { ...console, log: jest.fn(), debug: jest.fn(), info: jest.fn(), warn: jest.fn(), // Keep error for debugging test failures error: console.error, };

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/bradcstevens/copilot-studio-agent-direct-line-mcp'

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