Skip to main content
Glama
mdz-axo

PT-MCP (Paul Test Man Context Protocol)

by mdz-axo
BranchSummary.d.ts479 B
import type { BranchSummary, BranchSummaryBranch } from '../../../typings'; export declare enum BranchStatusIdentifier { CURRENT = "*", LINKED = "+" } export declare class BranchSummaryResult implements BranchSummary { all: string[]; branches: { [p: string]: BranchSummaryBranch; }; current: string; detached: boolean; push(status: BranchStatusIdentifier | unknown, detached: boolean, name: string, commit: string, label: string): void; }

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