2 repositorios
Serving interactive HTML content via standardized URI schemes.
Distinct from Static Content Delivery: Shortlist candidates focus on static delivery or network accelerators, not dynamic UI serving via protocol URIs.
Explore 2 awesome GitHub repositories matching user interface & experience · Interactive UI Delivery. Refine with filters or upvote what's useful.
The inspector is a diagnostic and validation tool for the Model Context Protocol. It provides an interactive interface and a transport proxy to discover, inspect, and execute the tools, prompts, and resources provided by an MCP server. The project serves as a debugger and compliance tester to verify that server implementations adhere to the protocol specification and JSON-RPC standards. It allows for real-time monitoring of message exchanges and logs between clients and servers across various transport layers, such as standard input/output and Server-Sent Events. The tool covers a broad rang
Serves HTML content through a standardized URI scheme to provide rich visual experiences.
Model Context Protocol is a standardized framework for connecting large language models to external data sources and executable tools. It enables the creation of a universal interface where servers expose tools, resources, and prompts that can be discovered and utilized by various AI clients. The protocol utilizes a JSON-RPC message system that is transport-agnostic, supporting both standard input/output for local processes and HTTP with server-sent events for remote connections. It emphasizes security and control by delegating model sampling to the client to keep API keys secure from servers
Provides a standardized URI scheme for servers to deliver interactive HTML-based UI resources to clients.