0.12.0
Minor Changes
- #4633
5a652e9Thanks @DanielVisca! - Add opt-incaptureModeloption: injects a requiredllm_modelparameter into every tool — including theget_more_toolsvirtual tool — so the calling agent self-reports the model it runs as, captured as$mcp_llm_modelwith$mcp_llm_model_source = "self_reported". Stripping the argument before the handler runs and capturing the property both require confirmed SDK ownership of the parameter: a customer-declaredllm_modelis never stolen or captured, and a low-levelServerthat builds a fresh instance per request records nothing (see the README). An honest"unknown"from the agent is dropped rather than recorded.
(2026-08-27)