Skip to main content
Glama
msdanyg

Smart Connections MCP Server

by msdanyg
smart-connections-loader.d.ts1.33 kB
/** * Loader for Smart Connections data from .smart-env directory */ import type { SmartSource, SmartEnvConfig } from './types.js'; export declare class SmartConnectionsLoader { private vaultPath; private smartEnvPath; private config; private sources; constructor(vaultPath: string); /** * Initialize and load all Smart Connections data */ initialize(): Promise<void>; /** * Load smart_env.json configuration */ private loadConfig; /** * Load all .ajson files from the multi directory */ private loadSources; /** * Get all sources */ getSources(): Map<string, SmartSource>; /** * Get a specific source by path */ getSource(notePath: string): SmartSource | undefined; /** * Get configuration */ getConfig(): SmartEnvConfig | null; /** * Get the embedding model key from config */ getEmbeddingModelKey(): string; /** * Get vault path */ getVaultPath(): string; /** * Read the actual markdown content of a note */ readNoteContent(notePath: string): string; /** * Extract content for specific blocks/sections */ extractBlockContent(notePath: string, blockHeading: string): string; } //# sourceMappingURL=smart-connections-loader.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/msdanyg/smart-connections-mcp'

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