Skip to main content
Glama
mdz-axo

PT-MCP (Paul Test Man Context Protocol)

by mdz-axo
task-options.d.ts817 B
import { Maybe, Options } from '../types'; export declare function appendTaskOptions<T extends Options = Options>(options: Maybe<T>, commands?: string[]): string[]; export declare function getTrailingOptions(args: IArguments, initialPrimitive?: number, objectOnly?: boolean): string[]; /** * Given any number of arguments, returns the trailing options argument, ignoring a trailing function argument * if there is one. When not found, the return value is null. */ export declare function trailingOptionsArgument(args: IArguments): Maybe<Options>; /** * Returns either the source argument when it is a `Function`, or the default * `NOOP` function constant */ export declare function trailingFunctionArgument(args: unknown[] | IArguments | unknown, includeNoop?: boolean): Maybe<(...args: unknown[]) => unknown>;

Latest Blog Posts

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/mdz-axo/pt-mcp'

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