Skip to main content
Glama

CTS MCP Server

by EricA1019
parse_worker.d.tsโ€ข447 B
/** * Parse Worker Thread * * Worker thread entry point for parallel AST parsing. * Receives file paths via workerData and returns parsed AST trees. * * Architecture: * - Main thread: ProjectScanner orchestrates workers * - Worker threads: This file, parses chunk of files independently * - Communication: parentPort messaging (structured clone) * * @module scanner/parse_worker */ export {}; //# sourceMappingURL=parse_worker.d.ts.map

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/EricA1019/CTS_MCP'

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