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
plan-project.test.ts•358 B
// Test file structure for plan_project tool
// Tests cover:
// - Creating PHASES.md and phase files for new projects
// - Handling existing PHASES.md when overwrite_existing is false
// - Error handling for missing repo_root
// Note: Full test implementation requires a test framework
// This file serves as a placeholder demonstrating test coverage areas