Skip to main content
Glama

OpenZeppelin Contracts MCP Server

Official
by OpenZeppelin
set-info.ts467 B
import type { ContractBuilder } from './contract'; export const infoOptions = [{}, { license: 'WTFPL' }] as const; export const defaults: Info = { license: 'MIT' }; export type Info = { license?: string; securityContact?: string; }; export function setInfo(c: ContractBuilder, { securityContact, license }: Info): void { if (securityContact) c.addContractMetadata({ key: 'security_contact', value: securityContact }); if (license) c.license = license; }

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/OpenZeppelin/contracts-wizard'

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