Skip to main content
Glama
expand-arguments.d.ts•596 B
import { CommandInfo } from '../command'; import { CommandParser } from './command-parser'; /** * Replace placeholders with additional arguments. */ export declare class ExpandArguments implements CommandParser { private readonly additionalArguments; constructor(additionalArguments: string[]); parse(commandInfo: CommandInfo): { command: string; name: string; env?: Record<string, unknown> | undefined; cwd?: string | undefined; prefixColor?: string | undefined; ipc?: number | undefined; raw?: boolean | undefined; }; }

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/samihalawa/brevo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server