mcp-preview 0.2.4

MCP Apps Preview Server - Browser-based UI testing for MCP widgets
Documentation
1
2
3
4
5
6
7
//! HTTP request handlers

pub mod api;
pub mod assets;
pub mod page;
pub mod wasm;
pub mod websocket;