Skip to main content
Glama
document-wrapper.d.tsโ€ข673 B
import { XmlComponent } from "./xml-components"; import { Document, IDocumentOptions } from "./document"; import { Footer } from "./footer/footer"; import { FootNotes } from "./footnotes"; import { Header } from "./header/header"; import { Relationships } from "./relationships"; export interface IViewWrapper { readonly View: Document | Footer | Header | FootNotes | XmlComponent; readonly Relationships: Relationships; } export declare class DocumentWrapper implements IViewWrapper { private readonly document; private readonly relationships; constructor(options: IDocumentOptions); get View(): Document; get Relationships(): Relationships; }

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