This is an attempt to start documenting the rust sdk for temporal and how to use it following some of the examples in typescript. For reference the typescript examples are available at https://github.com/temporalio/samples-typescript.
The rust sdk is still in alpha and a lot could change in terms of how it is used. Use at your own risk.
Also, Cosm is not associated with temporal in any way (except that we use it) so this is not official documentation for temporal.
You'll need to clone the repo for the rust sdk and put it at a level one above this repo. They don't publish crates yet so you'll need this.
You can get it here:
# clone the sdk
git clone https://github.com/temporalio/sdk-core.git
# clone this repo
git clone https://github.com/cosm-eng/temporal-samples-rust
cd temporal-samples-rust
Install the temporal server
brew install temporal
$ claude mcp add temporal-samples-rust \
-- python -m otcore.mcp_server <graph>