II.
LibraryProcess overview
Reference · livelib-process:ai-agents-conversational--add-app-to-mcp-server
add-app-to-mcp-server overview
Add Interactive UI to Existing MCP Server - Analyzes existing MCP server tools for UI benefit, converts selected tools to App tools with registerAppTool/registerAppResource, preserves backward compatibility with text fallbacks, and adds build pipeline for single-file bundling.
Attributes
displayName
add-app-to-mcp-server
description
Add Interactive UI to Existing MCP Server - Analyzes existing MCP server tools for UI benefit,
converts selected tools to App tools with registerAppTool/registerAppResource, preserves backward compatibility
with text fallbacks, and adds build pipeline for single-file bundling.
libraryPath
library/specializations/ai-agents-conversational/add-app-to-mcp-server.js
specialization
ai-agents-conversational
references
- - MCP Apps SDK: https://github.com/modelcontextprotocol/ext-apps - MCP Apps Specification (2026-01-26): https://modelcontextprotocol.io/specification/2026-01-26/server/utilities/apps - npm: @modelcontextprotocol/ext-apps
example
const result = await orchestrate('specializations/ai-agents-conversational/add-app-to-mcp-server', {
serverPath: './src/server.ts',
toolsToEnhance: ['get-metrics', 'show-data'],
framework: 'react',
enhancements: ['app-only-tools', 'streaming-input', 'host-styling']
});
usesAgents
- mcp-app-architect
- mcp-ui-developer
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:ai-agents-conversational·Specialization
lib_implements_workflow1
- workflow:agent-evaluation-cycle·WorkflowAgent Evaluation Cycle
lib_involves_role1
- role:backend-engineer·RoleBackend Engineer
uses_agent2
- lib-agent:ai-agents-conversational--mcp-app-architect·LibraryAgentmcp-app-architect
- lib-agent:ai-agents-conversational--mcp-ui-developer·LibraryAgentmcp-ui-developer
Incoming edges
None.