Commit Graph

3 Commits

Author SHA1 Message Date
egutierrez daebea9e9c feat: Implement MCP server generation and process management scripts 2025-06-22 12:34:24 +02:00
egutierrez 58238a5918 feat: Update server scripts to use root path for HTTP transport and add process management scripts 2025-06-22 11:50:54 +02:00
egutierrez aef8791151 feat: Implement main application shell with navigation and color scheme toggle
- Added Appshell component with responsive navbar and main content area
- Integrated ColorSchemeToggle for light/dark mode switching
- Created Welcome component with styled title and introductory text
- Developed ChatPage for LLM interaction with WebSocket support
- Implemented Biblioteca for managing notes with rich text editor
- Added LoginPage for user authentication with error handling
- Introduced MessageList and MessageBubble components for chat messages
- Styled components with CSS modules for consistent design
2025-06-21 02:01:21 +02:00