Skip to main content
Glama

Veri5ight MCP Server

by 5ajaki
properties.d.ts624 B
/** * Property helper functions. * * @_subsection api/utils:Properties [about-properties] */ /** * Resolves to a new object that is a copy of %%value%%, but with all * values resolved. */ export declare function resolveProperties<T>(value: { [P in keyof T]: T[P] | Promise<T[P]>; }): Promise<T>; /** * Assigns the %%values%% to %%target%% as read-only values. * * It %%types%% is specified, the values are checked. */ export declare function defineProperties<T>(target: T, values: { [K in keyof T]?: T[K]; }, types?: { [K in keyof T]?: string; }): void; //# sourceMappingURL=properties.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/5ajaki/veri5ight'

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