II.
LibraryProcess JSON
Structured · livelib-process:ai-agents-conversational--create-mcp-app
specializations/ai-agents-conversational/create-mcp-app json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:ai-agents-conversational--create-mcp-app",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/ai-agents-conversational/create-mcp-app",
"description": "Create MCP App (Greenfield) - Scaffolds a new interactive UI MCP App from scratch following the\nreference-code-first methodology. Covers framework selection, project setup, Tool+Resource implementation,\nclient UI with handler-before-connect pattern, single-file bundling, and verification against basic-host.",
"libraryPath": "library/specializations/ai-agents-conversational/create-mcp-app.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/create-mcp-app', {\n appName: 'data-dashboard',\n description: 'Interactive data visualization dashboard',\n framework: 'react',\n features: ['host-styling', 'streaming-input', 'app-only-tools'],\n transport: 'stdio'\n});",
"usesAgents": [
"mcp-app-architect",
"mcp-ui-developer"
]
},
"outgoingEdges": [
{
"from": "lib-process:ai-agents-conversational--create-mcp-app",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ai-agents-conversational--create-mcp-app",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ai-agents-conversational--create-mcp-app",
"to": "workflow:agent-evaluation-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ai-agents-conversational--create-mcp-app",
"to": "specialization:ai-agents-conversational",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:ai-agents-conversational--create-mcp-app",
"to": "lib-agent:ai-agents-conversational--mcp-app-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:ai-agents-conversational--create-mcp-app",
"to": "lib-agent:ai-agents-conversational--mcp-ui-developer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}