Skip to main content
Glama

Veri5ight MCP Server

by 5ajaki
_assert.d.ts701 B
declare function number(n: number): void; declare function bool(b: boolean): void; declare function bytes(b: Uint8Array | undefined, ...lengths: number[]): void; type Hash = { (data: Uint8Array): Uint8Array; blockLen: number; outputLen: number; create: any; }; declare function hash(hash: Hash): void; declare function exists(instance: any, checkFinished?: boolean): void; declare function output(out: any, instance: any): void; export { number, bool, bytes, hash, exists, output }; declare const assert: { number: typeof number; bool: typeof bool; bytes: typeof bytes; hash: typeof hash; exists: typeof exists; output: typeof output; }; export default assert;

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