Documentation
¶
Overview ¶
Command demo is a runnable MCP server showcasing gomukit widgets: a user table with row/bulk actions, the same users as a card grid, an edit form with server-side validation, a confirmation, and a date picker whose selectable window is computed per call.
Run with streamable HTTP (default, for MCPJam / Claude custom connectors):
go run ./examples/demo -addr :8080
or over stdio (for hosts that spawn the server):
go run ./examples/demo -stdio
Click to show internal directories.
Click to hide internal directories.