rust-sdk/docs
lutz-grex 7eb252aee7
fix(docs): use correct Parameters<T> syntax in tool examples (#814)
The README examples used `#[tool(param)]` on function parameters,
which is not a supported syntax and fails to compile. Replace with
the `Parameters<T>` wrapper pattern that the macros actually expect.

Closes #812
2026-04-20 19:30:52 -04:00
..
readme fix(docs): use correct Parameters<T> syntax in tool examples (#814) 2026-04-20 19:30:52 -04:00
CONTRIBUTE.MD fix(docs): update CONTRIBUTE.MD (#579) 2025-12-10 09:33:22 +08:00
DEVCONTAINER.md Adopt Devcontainer for Development Environment (#81) 2025-04-02 12:16:49 +08:00
OAUTH_SUPPORT.md feat: include granted scopes in OAuth refresh token request (#731) 2026-03-09 16:30:19 -04:00