forked from minzeyaphyo/burmddit
- 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
12 lines
262 B
JSON
12 lines
262 B
JSON
{
|
|
"mcpServers": {
|
|
"burmddit": {
|
|
"command": "python3",
|
|
"args": ["/home/ubuntu/.openclaw/workspace/burmddit/mcp-server/burmddit-mcp-server.py"],
|
|
"env": {
|
|
"PYTHONPATH": "/home/ubuntu/.openclaw/workspace/burmddit"
|
|
}
|
|
}
|
|
}
|
|
}
|