Skip to main content
Glama

Remote MCP AuthKit

by FlowMCP
schemaimporter.d.ts525 B
declare module 'schemaimporter' { export interface SchemaImporterOptions { schemaRootFolder?: string; excludeSchemasWithImports?: boolean; excludeSchemasWithRequiredServerParams?: boolean; addAdditionalMetaData?: boolean; outputType?: 'onlyPath' | 'onlySchema' | null; } export class SchemaImporter { static loadFromFolder(options: SchemaImporterOptions): Promise<any[]>; static loadFromFolderStatic(options: SchemaImporterOptions): Promise<any[]>; } }

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/FlowMCP/remote-mcp-authkit'

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