We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OpenZeppelin/contracts-wizard'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•533 B
export type { GenericOptions, KindedOptions } from './build-generic';
export { buildGeneric } from './build-generic';
export { printContract } from './print';
export { premintPattern } from './erc7984';
export type { OptionsErrorMessages } from './error';
export { OptionsError } from './error';
export type { Kind } from './kind';
export { sanitizeKind } from './kind';
export { erc7984 } from './api';
export { compatibleConfidentialContractsSemver } from './utils/version';
export type { ERC7984Options } from './erc7984';