Skip to main content
Glama

OpenZeppelin Contracts MCP Server

Official
by OpenZeppelin
stylus-shared.ts1.1 kB
import type { AiFunctionPropertyDefinition } from '../types/function-definition.ts'; import type { StylusCommonContractOptions } from '../types/languages.ts'; import { infoDescriptions } from '../../../../common/src/ai/descriptions/common.ts'; export const stylusCommonFunctionDescription = { access: { type: 'boolean', enum: [false], description: 'The type of access control to provision, currently not supported', // 'The type of access control to provision. Ownable is a simple mechanism with a single account authorized for all privileged actions. Roles is a flexible mechanism with a separate role for each privileged action. A role can have many authorized accounts.', }, info: { type: 'object', description: infoDescriptions.info, properties: { securityContact: { type: 'string', description: infoDescriptions.securityContact, }, license: { type: 'string', description: infoDescriptions.license, }, }, }, } as const satisfies AiFunctionPropertyDefinition<StylusCommonContractOptions>['properties'];

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