mcp.staythree.com {
	handle /petty/* {
		uri strip_prefix /petty
		reverse_proxy pettyui-mcp:3001
	}

	respond "not found" 404
}
