rust-sdk/crates
Sean Lynch a84a3eb79b
fix(macros): Allow macros to work even if Future is not in scope (#385)
`#[tool]` generates code that uses Future by name for async functions.
This means that consumers have to import Future. This commit fixes that
by changing the macro expansion to use std::future::Future instead.

The same applies to `#[prompt]` as well.
2025-08-25 11:18:38 +08:00
..
rmcp feat: Add prompt support (#351) 2025-08-21 11:22:19 +08:00
rmcp-macros fix(macros): Allow macros to work even if Future is not in scope (#385) 2025-08-25 11:18:38 +08:00