UNPKG

littlesis-mcp

Version:

MCP server for LittleSis API - track corporate power and accountability

22 lines (21 loc) 501 B
// Export all tools and handlers export { getEntityTool, getEntitesTool, searchEntitesTool, getEntityExtensionsTool, getEntityRelationshipsTool, getEntityConnectionsTool, getEntityListsTool, handleGetEntity, handleGetEntities, handleSearchEntities, handleGetEntityExtensions, handleGetEntityRelationships, handleGetEntityConnections, handleGetEntityLists } from './entity-tools.js'; export { getRelationshipTool, handleGetRelationship } from './relationship-tools.js';