UNPKG

muppet-kit

Version:

A collection of tools for building MCP servers.

13 lines (9 loc) 238 B
import { TunnelHandler } from '@muppet-kit/shared'; declare function cloudflare(): TunnelHandler; /** * Ngrok tunnel handler */ declare function ngrok(options?: { apiKey?: string; }): TunnelHandler; export { cloudflare, ngrok };