Documentation
README
Look up real library docs (don't guess the API)
Training data goes stale: library APIs, method signatures, config keys, and best practices change between versions. Guessing them is a top source of subtly-wrong code. When you touch an external library/framework/SDK/API, get the CURRENT docs.
How
The context7 MCP server is available. Use its tools:
resolve-library-id— resolve the library name (e.g. "tauri", "centrifuge-go", "react-query") to its context7 id.get-library-docs— fetch the up-to-date docs for that id, scoped to the topic/symbol you need (the specific hook, method, or config option).
Pull the version the project actually depends on — check go.mod /
package.json / Cargo.toml / requirements.txt — not "latest", when they
differ.
This is the opening of the README. Read the full README on GitHub.