Skip to main content
Glama

OpenZeppelin Contracts MCP Server

Official
by OpenZeppelin
infer-transpiled.test.ts460 B
import test from 'ava'; import { inferTranspiled } from './infer-transpiled'; test('infer transpiled', t => { t.true(inferTranspiled({ name: 'Foo' })); t.true(inferTranspiled({ name: 'Foo', transpiled: true })); t.false(inferTranspiled({ name: 'Foo', transpiled: false })); t.false(inferTranspiled({ name: 'IFoo' })); t.true(inferTranspiled({ name: 'IFoo', transpiled: true })); t.false(inferTranspiled({ name: 'IFoo', transpiled: false })); });

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