Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 7ed8bb2

Browse files
committed
feat: remove lame emojy
1 parent 5f417ab commit 7ed8bb2

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

packages/create-mcp-use-app/src/templates/ui/src/server.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,5 @@ server.tool({
149149
})
150150

151151

152-
console.log('🚀 Starting UI MCP Server...')
153-
console.log('📋 Server: ui-mcp-server v1.0.0')
154-
console.log('📦 Resources: ui://status, ui://widget/kanban-board, ui://widget/todo-list, ui://widget/data-visualization')
155-
console.log('🛠️ Tools: show-kanban, show-todo-list, show-data-viz')
156-
console.log('💬 Prompts: ui-development')
157-
console.log(`🔍 Inspector UI: http://localhost:${PORT}/inspector`)
158-
159152
// Start the server (MCP endpoints auto-mounted at /mcp)
160153
server.listen(PORT)

test_app/src/server.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,5 @@ server.tool({
180180
})
181181

182182

183-
console.log('🚀 Starting UI MCP Server...')
184-
console.log('📋 Server: ui-mcp-server v1.0.0')
185-
console.log('📦 Resources: ui://status, ui://widget/kanban-board, ui://widget/todo-list, ui://widget/data-visualization')
186-
console.log('🛠️ Tools: show-kanban, show-todo-list, show-data-viz')
187-
console.log('💬 Prompts: ui-development')
188-
console.log(`🔍 Inspector UI: http://localhost:${PORT}/inspector`)
189-
190183
// Start the server (MCP endpoints auto-mounted at /mcp)
191184
server.listen(PORT)

0 commit comments

Comments
 (0)