TelescopeArtisanProvider class

Contributes telescope:* commands and MCP tool descriptors to the artisan dispatcher.

V1 ships 6 CLI commands (telescope:install, telescope:tail, telescope:requests, telescope:queries, telescope:caches, telescope:clear) and 9 MCP tools backed by ext.telescope.* VM Service extensions registered by registerAllTelescopeExtensions. The pause/resume extensions are BACKLOG per D5 and are intentionally absent from mcpTools().

Constructors

TelescopeArtisanProvider()

Properties

hashCode int
The hash code for this object.
no setterinherited
providerName String
Human-readable provider name (used in collision error messages). Defaults to the runtime class name.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

commands() List<ArtisanCommand>
Returns the commands this provider contributes to the application.
mcpTools() List<McpToolDescriptor>
Returns the MCP tool descriptors this provider contributes.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited