We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/freqkflag/PROJECT-OVERSEER-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run-phase.test.ts•281 B
// Test file structure for run_phase tool
// Tests cover:
// - Executing phase and checking deliverables
// - Handling missing phase file gracefully
// Note: Full test implementation requires a test framework
// This file serves as a placeholder demonstrating test coverage areas