We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/syronlabs/stellar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
GetContractMethods.ts•184 B
import { z } from 'zod';
import { GetContractMethodsSchema } from '../../stellar/soroban/schemas.js';
export type IGetContractMethodsArgs = z.infer<typeof GetContractMethodsSchema>;