Skip to main content
Glama

CTS MCP Server

by EricA1019
dependency_graph.d.tsโ€ข420 B
/** * Dependency Graph Renderer * DAG-based visualization of hop, task, and file dependencies * Highlights critical paths and enables interactive exploration */ import { ArtifactRenderer } from '../types.js'; export declare class DependencyGraphRenderer implements ArtifactRenderer { readonly type = "dependency_graph"; render(data: unknown): Promise<string>; } //# sourceMappingURL=dependency_graph.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