Skip to main content
Glama

OpenZeppelin Contracts MCP Server

Official
by OpenZeppelin
stellar-shared.ts1.08 kB
import type { AiFunctionPropertyDefinition } from '../types/function-definition.ts'; import type { StellarCommonContractOptions } from '../types/languages.ts'; import { infoDescriptions } from '../../../../common/src/ai/descriptions/common.ts'; import { stellarCommonDescriptions } from '../../../../common/src/ai/descriptions/stellar.ts'; export const stellarCommonFunctionDescription = { access: { anyOf: [ { type: 'string', enum: ['ownable', 'roles'] }, { type: 'boolean', enum: [false] }, ], description: stellarCommonDescriptions.access, }, upgradeable: { type: 'boolean', description: stellarCommonDescriptions.upgradeable, }, info: { type: 'object', description: infoDescriptions.info, properties: { securityContact: { type: 'string', description: infoDescriptions.securityContact, }, license: { type: 'string', description: infoDescriptions.license, }, }, }, } as const satisfies AiFunctionPropertyDefinition<StellarCommonContractOptions>['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