Skip to main content
Glama

Veri5ight MCP Server

by 5ajaki
argon2.d.ts568 B
import { Input } from './utils.js'; export type ArgonOpts = { t: number; m: number; p: number; version?: number; key?: Input; personalization?: Input; dkLen?: number; asyncTick?: number; maxmem?: number; onProgress?: (progress: number) => void; }; export declare const argon2d: (password: Input, salt: Input, opts: ArgonOpts) => Uint8Array; export declare const argon2i: (password: Input, salt: Input, opts: ArgonOpts) => Uint8Array; export declare const argon2id: (password: Input, salt: Input, opts: ArgonOpts) => Uint8Array;

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