UNPKG

society-abstract-mcp

Version:

FastMCP server for Abstract token, wallet and NFT operations

7 lines (4 loc) 144 B
#!/usr/bin/env node import { FastMCP } from 'fastmcp'; declare const server: FastMCP<Record<string, unknown> | undefined>; export { server };