Manifest entry whose JS and CSS are embedded in the synthesized HTML document.
The production CLI emits this shape for mcp-use build --inline.
mcp-use build --inline
Aggregated stylesheet text embedded in a <style> element (empty string when the view has no CSS).
<style>
Minified ES module source embedded in the generated view document's <script type="module"> element.
<script type="module">
Discriminant for the embedded bundle shape.
Manifest entry whose JS and CSS are embedded in the synthesized HTML document.
The production CLI emits this shape for
mcp-use build --inline.