II.
LibraryProcess JSON
Structured · livelib-process:ai-agents-conversational--convert-web-app-to-mcp
convert-web-app-to-mcp json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:ai-agents-conversational--convert-web-app-to-mcp",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "convert-web-app-to-mcp",
"description": "Convert Web App to Hybrid MCP App - Converts an existing web application into a hybrid that works\nboth standalone in browser AND as an MCP App in AI chat hosts. Preserves original standalone functionality\nwhile adding MCP data path alongside. Emphasizes CSP investigation and hybrid initialization pattern.",
"libraryPath": "library/specializations/ai-agents-conversational/convert-web-app-to-mcp.js",
"specialization": "ai-agents-conversational",
"references": [
"- MCP Apps SDK: https://github.com/modelcontextprotocol/ext-apps\n- MCP Apps Specification (2026-01-26): https://modelcontextprotocol.io/specification/2026-01-26/server/utilities/apps\n- CSP/CORS Guide: docs/csp-cors.md in SDK repository\n- npm: @modelcontextprotocol/ext-apps"
],
"example": "const result = await orchestrate('specializations/ai-agents-conversational/convert-web-app-to-mcp', {\n webAppPath: './src',\n framework: 'react',\n featuresToExpose: ['dashboard', 'data-viz', 'settings'],\n transport: 'stdio'\n});",
"usesAgents": [
"mcp-app-architect",
"csp-security-auditor",
"mcp-ui-developer"
]
},
"outgoingEdges": [
{
"from": "lib-process:ai-agents-conversational--convert-web-app-to-mcp",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ai-agents-conversational--convert-web-app-to-mcp",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ai-agents-conversational--convert-web-app-to-mcp",
"to": "workflow:agent-evaluation-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ai-agents-conversational--convert-web-app-to-mcp",
"to": "specialization:ai-agents-conversational",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:ai-agents-conversational--convert-web-app-to-mcp",
"to": "lib-agent:ai-agents-conversational--mcp-app-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:ai-agents-conversational--convert-web-app-to-mcp",
"to": "lib-agent:ai-agents-conversational--csp-security-auditor",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:ai-agents-conversational--convert-web-app-to-mcp",
"to": "lib-agent:ai-agents-conversational--mcp-ui-developer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}