Skip to main content
Glama
index.d.mts844 B
//#region src/types.d.ts /** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ type Options = { lastCommit?: boolean; withAncestor?: boolean; changedSince?: string; includePaths?: Array<string>; }; type Paths = Set<string>; type Repos = { git: Paths; hg: Paths; sl: Paths; }; type ChangedFiles = { repos: Repos; changedFiles: Paths; }; type ChangedFilesPromise = Promise<ChangedFiles>; //#endregion //#region src/index.d.ts declare const getChangedFilesForRoots: (roots: Array<string>, options: Options) => ChangedFilesPromise; declare const findRepos: (roots: Array<string>) => Promise<Repos>; //#endregion export { ChangedFiles, ChangedFilesPromise, findRepos, getChangedFilesForRoots };

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/PancrePal-xiaoyibao/get-biji-dev-by-gemini3pro'

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