Skip to main content
Glama
mdz-axo

PT-MCP (Paul Test Man Context Protocol)

by mdz-axo
task.d.ts799 B
import type { BufferTask, EmptyTaskParser, SimpleGitTask, StringTask } from '../types'; export declare const EMPTY_COMMANDS: []; export type EmptyTask = { commands: typeof EMPTY_COMMANDS; format: 'empty'; parser: EmptyTaskParser; onError?: undefined; }; export declare function adhocExecTask(parser: EmptyTaskParser): EmptyTask; export declare function configurationErrorTask(error: Error | string): EmptyTask; export declare function straightThroughStringTask(commands: string[], trimmed?: boolean): StringTask<string>; export declare function straightThroughBufferTask(commands: string[]): BufferTask<Buffer>; export declare function isBufferTask<R>(task: SimpleGitTask<R>): task is BufferTask<R>; export declare function isEmptyTask<R>(task: SimpleGitTask<R>): task is EmptyTask;

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