II.
LibrarySkill overview
Reference · livelib-skill:ai-agents-conversational--single-file-bundling
single-file-bundling overview
Configure Vite with vite-plugin-singlefile for mandatory single-file HTML bundling of MCP Apps. All assets (JS, CSS, images, fonts) must be inlined into a single HTML file for sandboxed iframe compatibility.
Attributes
displayName
single-file-bundling
description
Configure Vite with vite-plugin-singlefile for mandatory single-file HTML bundling of MCP Apps. All assets (JS, CSS, images, fonts) must be inlined into a single HTML file for sandboxed iframe compatibility.
libraryPath
library/specializations/ai-agents-conversational/skills/single-file-bundling/SKILL.md
specialization
ai-agents-conversational
contentSummary
# single-file-bundling
Configure Vite with vite-plugin-singlefile to produce a single self-contained HTML file for MCP Apps running in sandboxed iframes.
## Overview
MCP Apps run in sandboxed iframes with no same-origin server. This means:
- **No relative asset URLs** -- `<script src="./ma
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:ai-agents-conversational·Specialization
lib_implements_workflow1
- workflow:feature-development·Workflow
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area2
- skill-area:mcp-server-implementation·SkillAreaMCP Server Implementation
- skill-area:mcp-tool-design·SkillAreaMCP Tool Design
Incoming edges
None.