distillery_status
Verify MCP connectivity with a lightweight metadata probe: returns version, transport, tool count, store stats, and uptime. Works on stdio and HTTP.
Instructions
Return a lightweight in-protocol health/metadata probe.
USE WHEN: verifying MCP connectivity (e.g. from the /setup wizard)
without relying on the HTTP-only /health endpoint. Works uniformly
on stdio and HTTP transports.
PARAMS: (none)
RETURNS (success): { status: "ok", version: str, # distillery package version build_sha: str, # git SHA (or "dev") transport: "stdio" | "http" | "unknown", tool_count: int, # number of registered MCP tools store: { entry_count: int | null, db_size_bytes: int | null }, embedding_provider: str, # model name or provider class name last_feed_poll: { source_count: int, last_poll_at: str | null }, uptime_seconds?: int # seconds since server startup }
RELATED: distillery_list (for entry counts, filtering, and per-group aggregates), distillery_configure (to inspect/adjust runtime configuration)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||