Fix: Add category pages + MCP server for autonomous management

- Created /app/category/[slug]/page.tsx - category navigation now works
- Built Burmddit MCP Server with 10 tools:
  * Site stats, article queries, content management
  * Deployment control, quality checks, pipeline triggers
- Added MCP setup guide and config
- Categories fully functional: ai-news, tutorials, tips-tricks, upcoming
- Modo can now manage Burmddit autonomously via MCP
This commit is contained in:
Zeya Phyo
2026-02-19 15:40:26 +00:00
parent 310fff9d55
commit 785910b81d
10 changed files with 1898 additions and 0 deletions

1
.gitignore vendored
View File

@@ -41,3 +41,4 @@ coverage/
# Misc
*.tar.gz
*.zip
.credentials