Expand description
config api mcp-timeout-ms set — write api.mcp_timeout_ms to on-disk config.
The value is a millisecond integer; we parse it to a u64 here (so a
non-numeric value fails the set with a clear error rather than
landing on disk) before persisting it.