Liking cljdoc? Tell your friends :D

co.multiply.remontoire

Public entry point. Inert until init!.

Public entry point. Inert until `init!`.
raw docstring

capacity!clj

(capacity! n)

Retain n settled, delivered registry entries (§5). Adjustable mid-run; init!'s :capacity is the durable setting. Raising widens the pool immediately. Lowering evicts nothing by itself: the excess goes at the next admission, so a too-hasty reduction can still be undone before anything is lost, and eviction stays announced where it always is — in a response footer.

Retain `n` settled, delivered registry entries (§5). Adjustable mid-run;
`init!`'s `:capacity` is the durable setting. Raising widens the pool
immediately. Lowering evicts nothing by itself: the excess goes at the
next admission, so a too-hasty reduction can still be undone before
anything is lost, and eviction stays announced where it always is — in a
response footer.
raw docstring

init!clj

(init!)
(init! opts)

Start the MCP endpoint. Idempotent: a second call returns the running one rather than binding another.

Start the MCP endpoint. Idempotent: a second call returns the running one
rather than binding another.
raw docstring

statusclj

(status)

stop!clj

(stop!)

Release the endpoint. Safe to call when not running.

Release the endpoint. Safe to call when not running.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close