[console_scripts]
memlite = memlite.command:main
memlite-configure = memlite.cli:main
memlite-mcp-http = memlite.mcp.__main__:run_http_main
memlite-mcp-stdio = memlite.mcp.__main__:run_stdio_main
memlite-server = memlite.app.main:main
