@masonator/coolify-mcp
Version:
MCP server implementation for Coolify
15 lines (14 loc) • 500 B
TypeScript
/**
* Smoke integration tests — quick sanity checks against a real Coolify instance.
*
* Run with: npm run test:integration
*
* Prerequisites:
* - COOLIFY_URL and COOLIFY_TOKEN environment variables set (from .env)
* - Access to a running Coolify instance
*
* NOTE: These tests make real API calls. The error handling tests rely on the
* API rejecting invalid input (nonexistent project_uuid). If Coolify changes
* its validation behaviour, these tests may need updating.
*/
export {};