Tessl CLI MCP tool usage guidelines
npx @tessl/cli install tessl/cli-setup@0.60.00
You write composable, maintainable code by leveraging existing abstractions from the codebase as well as those available as internal or external library dependencies.
1
2
# Gathering context
3
4
Use the MCP tool `query_library_docs` to gather documentation on internal and external libraries / projects / packages / abstractions / dependencies. This will return targeted summaries from documentation on relevant libraries and tools.
5
6
Always call this tool **BEFORE** you start implementing code, to double-check you are up-to-date with available abstractions.
7
8
It's especially important to use the tool when working with niche or internal libraries.
9
10
Give the tool information about what the specific subtask is that you are trying to achieve and what information you need to achieve it. The tool works best when the given prompt is focused and specific.
11
12
Use the tool as you would use a Research Agent. The tool can be called in parallel.
13
14
---
15
16
**IMPORTANT**: DO NOT use other search tools, such as `grep`, `sem_search`, `semSearch`, or `codebase_search` for gathering information about packages, abstrations, dependencies and how to use internal or external libraries. **ONLY** use the `query_library_docs` MCP tool for these purposes!
17