Class DiagnosticsResource
java.lang.Object
org.ek9lang.mcp.tools.DiagnosticsResource
- All Implemented Interfaces:
McpResource
MCP resource providing diagnostics from the last compilation.
URI pattern: ek9://diagnostics or ek9://diagnostics/{file}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe resource definitions this provider exposes.booleanWhether this provider handles the given URI.Read the resource at the given URI.
-
Constructor Details
-
DiagnosticsResource
-
-
Method Details
-
definitions
Description copied from interface:McpResourceThe resource definitions this provider exposes.- Specified by:
definitionsin interfaceMcpResource
-
handles
Description copied from interface:McpResourceWhether this provider handles the given URI.- Specified by:
handlesin interfaceMcpResource
-
read
Description copied from interface:McpResourceRead the resource at the given URI.- Specified by:
readin interfaceMcpResource
-