Tool Ui Renderer Protocol
Describes plugin-provided renderer-process tool UI modules and manifests.
Tool Ui Renderer Protocol
Describes plugin-provided renderer-process tool UI modules and manifests.
| Field | Value |
|---|---|
| Protocol ID | aster.tool-ui-renderer |
| Version | 1.0.0 |
| Compatibility range | ^1.0.0 |
| Requirement helper | aster.tool-ui-renderer.require(settings?) via the protocol module |
| Provider helper | Not available until the protocol module declares a runtime service tag. |
Settings
Effect Schema (Union) exported by the protocol module.
Operations
| Operation | Summary | Request | Response |
|---|---|---|---|
describe | Describe the renderer manifest this provider serves. | Effect Schema (Void) | Effect Schema (Objects) |
Conformance Expectations
- Register with
aster.tool-ui-rendererat1.0.0inside^1.0.0. - Implement every operation:
describe. - Decode requests and responses against the operation schemas listed above.
- Run the protocol conformance kit where one exists: No named kit yet; providers are still expected to satisfy the registry schemas..
Declared Authority
[ { "kind": "provider_right", "protocol": "aster.tool-ui-renderer" }]