Skip to main content
Glama
source-map.d.ts607 B
import { TransformResult } from 'vite'; import { E as EncodedSourceMap } from './trace-mapping.d-xyIfZtPm.js'; interface InstallSourceMapSupportOptions { getSourceMap: (source: string) => EncodedSourceMap | null | undefined; } declare function withInlineSourcemap(result: TransformResult, options: { root: string; filepath: string; }): TransformResult; declare function extractSourceMap(code: string): EncodedSourceMap | null; declare function installSourcemapsSupport(options: InstallSourceMapSupportOptions): void; export { extractSourceMap, installSourcemapsSupport, withInlineSourcemap };

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/Mnehmos/mnehmos.synch.mcp'

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