diff --git a/SESSION_NOTES_2026-03-21.md b/SESSION_NOTES_2026-03-21.md index 55cbadc..146ed82 100644 --- a/SESSION_NOTES_2026-03-21.md +++ b/SESSION_NOTES_2026-03-21.md @@ -100,6 +100,7 @@ | `bb1ace1` | fix: correct glass-card CSS syntax (remove invalid @apply utilities) | Fixed CSS syntax error | | `9157b0b` | fix: rename logo file to correct capitalization (Geekbrain-io.png) | Logo filename fixed | | `8a64a84` | feat: improve color contrast for better readability | 4 files, contrast improvements | +| `0e65805` | feat: add founder LinkedIn profile and enhance contact section | 2 files, Added Eric Chicoine's LinkedIn to About and Contact | All commits pushed to remote repository. @@ -134,6 +135,24 @@ --- +## Additional Work - MCP & LinkedIn Integration + +### MCP Server Configuration Fix +- **Issue**: `sequential-thinking` MCP server configured with incorrect package name (`@modelcontexprotocal/server-thinking`) +- **Root cause**: Package name typo + package doesn't exist on npm +- **Solution**: Replaced with working package `mcp-sequential-thinking` +- **Status**: ✅ Connected and verified +- **Config file**: `/home/rcairbum/.claude.json` + +### LinkedIn Profile Integration +- Added founder's personal LinkedIn profile (Eric Chicoine) to: + - **About section** - New "Founder & Lead Investor" card with LinkedIn CTA button + - **Contact section** - Updated to show both personal and company LinkedIn buttons +- Personal LinkedIn: https://www.linkedin.com/in/eric-chicoine-2440893b7 +- Company LinkedIn: https://linkedin.com/company/geekbrainio + +--- + ## Current Status ✅ **Project fully built and functional** @@ -142,6 +161,8 @@ ✅ **Logo file in place** (with proper capitalization) ✅ **Contrast issues fixed** ✅ **Design significantly enhanced** +✅ **MCP server operational** (sequential-thinking) +✅ **LinkedIn integration complete** ---