MCP tools
Overview of Tessl MCP tools.
Server
This is typically configured in your agent MCP configuration or can be done by calling tessl setup agent --mcp
command:
tessl mcptype: stdio
Tools
install
Install docs (usage specs) for your project by providing the full name the spec e.g. "tessl/[email protected]". If a version is not provided, the latest version will be used. This can help provide context for your LLM tooling. You can find more with the search command.
inputSchema
properties:
properties:
name:"The full name of the tile e.g. "tessl/[email protected]". The version is optional; if omitted, the latest version will be used"
"type:"string"
detailedLog
type:"string"
enum:["none","file","output"]
"description:"Control detailed output: "none" returns summary only, "file" writes detailed output to a log file and returns summary, "output" returns detailed output (default)"
default:"output"
logFile
type:"string"
"description:"Custom log file path when detailedLog="file" (if not specified, log file path is auto-generated)"
type:"object"
search
Search for docs (usage specs) by package name
inputSchema
properties:
properties:
name:"A name, package-url, or package registry web url"
"type:"string"
detailedLog
type:"string"
enum:["none","file","output"]
"description:"Control detailed output: "none" returns summary only, "file" writes detailed output to a log file and returns summary, "output" returns detailed output (default)"
default:"output"
logFile
type:"string"
"description:"Custom log file path when detailedLog="file" (if not specified, log file path is auto-generated)"
type:"object"
Last updated

