Skip to main content
Glama
index.ts1.02 kB
/** * Library exports for filesystem utilities. */ export { generateChecksum, verifyChecksum } from './checksum.js'; export { countDiffLines, generateDiff } from './diff.js'; export { getExtensionsForType, isTextFile, matchesGlob, matchesType, shouldExclude, } from './filetypes.js'; export { createIgnoreMatcher, createIgnoreMatcherForDir, type IgnoreMatcher, loadIgnorePatterns, } from './ignore.js'; export { addLineNumbers, deleteLines, extractLines, getContextLines, insertAfterLine, insertBeforeLine, parseLineRange, replaceLines, } from './lines.js'; export { getMounts, isSingleMount, type PathResolutionResult, type ResolvedPath, resolvePath, toVirtualPath, } from './paths.js'; export { buildPattern, buildPresetPattern, findMatches, findPresetMatches, findUniqueMatch, getLineBounds, getLineNumber, isPresetPattern, type MatchResult, type PatternMode, PRESET_PATTERNS, type PresetPattern, replaceAllMatches, } from './patterns.js';

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/iceener/files-stdio-mcp-server'

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