Skip to main content
Glama
node-source-extractor.d.ts684 B
export interface NodeSourceInfo { nodeType: string; sourceCode: string; credentialCode?: string; packageInfo?: any; location: string; } export declare class NodeSourceExtractor { private n8nBasePaths; extractNodeSource(nodeType: string): Promise<NodeSourceInfo>; private parseNodeType; private searchNodeInPath; private searchInPnpm; private searchWithGlobPattern; private tryLoadNodeFile; listAvailableNodes(category?: string, search?: string): Promise<any[]>; private scanDirectoryForNodes; private scanPnpmDirectory; extractAIAgentNode(): Promise<NodeSourceInfo>; } //# sourceMappingURL=node-source-extractor.d.ts.map

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/czlonkowski/n8n-mcp'

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