Skip to content

spec: Add tool registration for Apps, to be called by Host (WebMCP-style!) #82

spec: Add tool registration for Apps, to be called by Host (WebMCP-style!)

spec: Add tool registration for Apps, to be called by Host (WebMCP-style!) #82

Triggered via pull request December 3, 2025 16:27
Status Failure
Total duration 26s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build
Process completed with exit code 1.
build
Type 'JSONSchema' is not assignable to type '{ [x: string]: unknown; type: \"object\"; properties?: { [x: string]: object; } | undefined; required?: string[] | undefined; }'.\n Types of property 'type' are incompatible.\n Type '\"string\" | \"number\" | \"boolean\" | \"object\" | \"null\" | \"array\" | \"integer\" | undefined' is not assignable to type '\"object\"'.\n Type 'undefined' is not assignable to type '\"object\"'.\n",
build
Type 'JSONSchema' is not assignable to type '{ [x: string]: unknown; type: "object"; properties?: { [x: string]: object; } | undefined; required?: string[] | undefined; }'.