Skip to main content
Glama
pansin
by pansin
confbox.9745c98f.d.mts655 B
interface FormatOptions { /** * A String or Number object that's used to insert white space into the output JSON string for readability purposes. * * When provided, identation won't be auto detected anymore. */ indent?: string | number; /** * Set to `false` to skip indentation preservation. */ preserveIndentation?: boolean; /** * Set to `false` to skip whitespace preservation. */ preserveWhitespace?: boolean; /** * The number of characters to sample from the start of the text. * * Default: 1024 */ sampleSize?: number; } export type { FormatOptions as F };

Latest Blog Posts

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/pansin/browserMCP'

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