UNPKG

random-tables-mcp

Version:

An MCP (Model Context Protocol) server for managing and rolling on random-table assets used in tabletop RPGs. Create, update, and roll on random tables with support for nested tables, weighted entries, and range-based results.

4 lines 226 B
export { TableServiceImpl } from './table-service-impl.js'; export { RollServiceImpl } from './roll-service-impl.js'; export { RollTemplateServiceImpl } from './roll-template-service-impl.js'; //# sourceMappingURL=index.js.map