Skip to main content
Glama
comment-run.d.tsโ€ข893 B
import { FileChild } from '../../file-child'; import { XmlComponent } from '../../xml-components'; export interface ICommentOptions { readonly id: number; readonly children: readonly FileChild[]; readonly initials?: string; readonly author?: string; readonly date?: Date; } export interface ICommentsOptions { readonly children: readonly ICommentOptions[]; } export declare class CommentRangeStart extends XmlComponent { constructor(id: number); } export declare class CommentRangeEnd extends XmlComponent { constructor(id: number); } export declare class CommentReference extends XmlComponent { constructor(id: number); } export declare class Comment extends XmlComponent { constructor({ id, initials, author, date, children }: ICommentOptions); } export declare class Comments extends XmlComponent { constructor({ children }: ICommentsOptions); }

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/consigcody94/office-whisperer'

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