Skip to main content
Glama

mcp-appstore

by appreply-co
positionals.d.ts517 B
import type { Selector, PseudoSelector } from "css-what"; export declare type Filter = "first" | "last" | "eq" | "nth" | "gt" | "lt" | "even" | "odd" | "not"; export declare const filterNames: Set<string>; export interface CheerioSelector extends PseudoSelector { name: Filter; data: string | null; } export declare function isFilter(s: Selector): s is CheerioSelector; export declare function getLimit(filter: Filter, data: string | null, partLimit: number): number; //# sourceMappingURL=positionals.d.ts.map

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/appreply-co/mcp-appstore'

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