Skip to main content
Glama
mdz-axo

PT-MCP (Paul Test Man Context Protocol)

by mdz-axo
git-logger.d.ts766 B
import { Debugger } from 'debug'; type OutputLoggingHandler = (message: string, ...args: any[]) => void; export interface OutputLogger extends OutputLoggingHandler { readonly label: string; info: OutputLoggingHandler; step(nextStep?: string): OutputLogger; sibling(name: string): OutputLogger; } export declare function createLogger(label: string, verbose?: string | Debugger, initialStep?: string, infoDebugger?: Debugger): OutputLogger; /** * The `GitLogger` is used by the main `SimpleGit` runner to handle logging * any warnings or errors. */ export declare class GitLogger { private _out; error: OutputLoggingHandler; warn: OutputLoggingHandler; constructor(_out?: Debugger); silent(silence?: boolean): void; } export {};

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