UNPKG

@sanlim/mempool-mcp-server

Version:

A sample of MCP implementation using DDD structure with some APIs call.

10 lines (9 loc) 193 B
export class StatsRequestService { client; constructor(client) { this.client = client; } async getStatsInfo() { return this.client.makeRequest(`stats`); } }