Skip to main content
Glama

Task Trellis MCP

pathExists.ts274 B
import * as fs from "fs/promises"; /** * Helper function to check if absolute folder path exists */ export async function pathExists(absolutePath: string): Promise<boolean> { try { await fs.access(absolutePath); return true; } catch { return false; } }

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/langadventurellc/task-trellis-mcp'

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