GenerAI / worldmonitor /src /config /entities.ts
amogaddy's picture
Integra World Monitor (AGPL-3.0, self-hosted) nello Space: pagina, menu, e arricchimento notizie per la AI (part 7)
9d2d895 verified
Raw
History Blame Contribute Delete
384 Bytes
/**
* Entity registry — the data now lives in shared/entity-registry.js (issue
* #5697) so server-side MCP tools and the client share one source. This
* module re-exports it unchanged for existing client imports.
*/
export type { EntityType, EntityEntry } from '../../shared/entity-registry.js';
export { ENTITY_REGISTRY, getEntityById } from '../../shared/entity-registry.js';