├── README.md ├── deps.edn ├── src-build └── build.clj └── src └── modex └── mcp └── datomic.clj /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theronic/datomic-mcp/HEAD/README.md -------------------------------------------------------------------------------- /deps.edn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theronic/datomic-mcp/HEAD/deps.edn -------------------------------------------------------------------------------- /src-build/build.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theronic/datomic-mcp/HEAD/src-build/build.clj -------------------------------------------------------------------------------- /src/modex/mcp/datomic.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theronic/datomic-mcp/HEAD/src/modex/mcp/datomic.clj --------------------------------------------------------------------------------