Skip to main content
Glama
mdz-axo

PT-MCP (Paul Test Man Context Protocol)

by mdz-axo
branch.d.ts647 B
import { BranchMultiDeleteResult, BranchSingleDeleteResult, BranchSummary } from '../../../typings'; import { StringTask } from '../types'; export declare function containsDeleteBranchCommand(commands: string[]): boolean; export declare function branchTask(customArgs: string[]): StringTask<BranchSummary | BranchSingleDeleteResult>; export declare function branchLocalTask(): StringTask<BranchSummary>; export declare function deleteBranchesTask(branches: string[], forceDelete?: boolean): StringTask<BranchMultiDeleteResult>; export declare function deleteBranchTask(branch: string, forceDelete?: boolean): StringTask<BranchSingleDeleteResult>;

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