Skip to main content
Glama
private.d.ts490 B
import { DecodedSourceMap } from '@ampproject/remapping'; import { Location } from 'locate-character'; import { MappedCode } from '../utils/mapped_code.js'; export interface Source { source: string; get_location: (search: number) => Location; file_basename: string; filename?: string; } export interface SourceUpdate { string?: string; map?: DecodedSourceMap; dependencies?: string[]; } export interface Replacement { offset: number; length: number; replacement: MappedCode; }

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/MatheusgVentura/Project-One'

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