Skip to main content
Glama

OpenZeppelin Contracts MCP Server

Official
by OpenZeppelin
zip-rust.compile.test.ts440 B
import { buildFungible } from './fungible'; import test from 'ava'; import { runRustCompilationTest } from './utils/compile-test'; test.serial( 'rust zip', runRustCompilationTest( buildFungible, { kind: 'Fungible', name: 'MyToken', symbol: 'MTK', premint: '2000', burnable: true, mintable: false, pausable: false, upgradeable: false, }, { snapshotResult: true }, ), );

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