# web-server > Web UI and transport layer conventions - Author: Louis Branch - Repository: louisbranch/fracturing.space - Version: 20260207182742 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/louisbranch/fracturing.space - Web: https://mule.run/skillshub/@@louisbranch/fracturing.space~web-server:20260207182742 --- --- name: web-server description: Web UI and transport layer conventions user-invocable: true --- # Web Server Conventions Transport-layer guidance for the Web UI and related services. ## Architecture Notes - Web UI lives under `cmd/web`. - Transport services include `cmd/server` (gRPC) and `cmd/mcp` (MCP bridge). - Keep transport thin: rules and state logic belong in gRPC/domain packages.