mcpuiverifier

command
v0.1.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2026 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

Command mcpuiverifier is a dedicated remote MCP server used to verify the MCP UI extension end-to-end against the canonical extension SDK.

It is intentionally separate from the in-process agently-core demo tool so the final verification path exercises the real remote MCP transport (tools/list, resources/list, resources/read) rather than an in-process short-circuit.

The server:

  • advertises one tool, `show_widget`, whose `_meta.ui.resourceUri` points at a `ui://...` HTML resource that this server itself publishes;
  • exposes that resource through standard MCP `resources/list` and `resources/read` so any host can fetch it;
  • advertises UI extension capability under `Experimental["io.modelcontextprotocol/ui"]` so capability negotiation works end-to-end.

Transports:

  • default: stdio (workspace-friendly; spawn-on-demand)
  • opt-in: streamable HTTP via -transport http -port <port>

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL