UNPKG

@sanlim/mempool-mcp-server

Version:

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

10 lines (9 loc) 209 B
export class FeesRequestService { client; constructor(client) { this.client = client; } async getFeesRecommended() { return this.client.makeRequest("fees/recommended"); } }