@thorium-dev-group/x402-mcp-extension
Version:
X402-MCP Protocol Extension
45 lines (44 loc) • 1.07 kB
TypeScript
export declare class ConsolidatedPaymentExample {
advancedCalculator(args: any, extra: any): Promise<{
content: {
type: string;
text: string;
}[];
}>;
basicCalculator(args: any, extra: any): Promise<{
content: {
type: string;
text: string;
}[];
}>;
analyzeText(args: any, extra: any): Promise<{
content: {
type: string;
text: string;
}[];
}>;
basicTextAnalysis(args: any, extra: any): Promise<{
content: {
type: string;
text: string;
}[];
}>;
getPaidDocument(args: any, extra: any): Promise<{
content: {
type: string;
text: string;
}[];
}>;
getFreeDocument(args: any, extra: any): Promise<{
content: {
type: string;
text: string;
}[];
}>;
getPaidResource(args: any, extra: any): Promise<{
content: {
type: string;
text: string;
}[];
}>;
}