UNPKG

asset-price-mcp

Version:

An MCP-compatible service that provides real-time asset prices including precious metals, cryptocurrencies, and more

6 lines (5 loc) 210 B
export * from './get-asset-price.js'; export * from './list-assets.js'; // Re-export type needed for index.ts import { ExchangeRateService } from '../services/exchange-rate.js'; export { ExchangeRateService };