|
Entropic 2.3.8
Local-first agentic inference engine
|
Stub tool for LSP error checking. More...


Public Member Functions | |
| CheckErrorsTool (ToolDefinition def) | |
| Construct with definition. | |
| MCPAccessLevel | required_access_level () const override |
| Read-only tool — requires READ access. | |
| ServerResponse | execute (const std::string &args_json) override |
| Return placeholder — LSP not yet connected. | |
Public Member Functions inherited from entropic::ToolBase | |
| ToolBase (ToolDefinition def) | |
| Construct with a pre-built definition. | |
| const std::string & | name () const |
| Get the tool name. | |
| const ToolDefinition & | definition () const |
| Get the full tool definition. | |
| virtual std::string | anchor_key (const std::string &args_json) const |
| Generate anchor key for this tool result. | |
Additional Inherited Members | |
Protected Attributes inherited from entropic::ToolBase | |
| ToolDefinition | definition_ |
| Tool definition. | |
Stub tool for LSP error checking.
Returns a placeholder until the LSP client lands in v1.8.7.
Definition at line 81 of file diagnostics.cpp.
|
inlineexplicit |
Construct with definition.
| def | Tool definition loaded from JSON. |
Definition at line 89 of file diagnostics.cpp.
|
inlineoverridevirtual |
Return placeholder — LSP not yet connected.
| args_json | Unused. |
Implements entropic::ToolBase.
Definition at line 109 of file diagnostics.cpp.
|
inlineoverridevirtual |
Read-only tool — requires READ access.
Reimplemented from entropic::ToolBase.
Definition at line 98 of file diagnostics.cpp.