Menu

πŸ“°
0

Reddit - Please wait for verification

PHP: The latest news in the PHP worldΒ·/u/wwwery-good-appsΒ·3 days ago
#pWyzdp9B
Reading 0:00
15s threshold

Been working on this for a few months, started at 37 tools and it kept growing. Now sitting at 105 and open-sourced under MIT. The server connects any MCP client to WordPress through Bricks Builder, a visual page builder. Architecture is pretty straightforward β€” MCP server talks to a custom REST API plugin on the WordPress side, no PHP eval, no filesystem access, everything goes through structured endpoints. Some things I ran into that might be useful for others building larger MCP servers: Tool organization gets real fast. I ended up grouping into 17 categories (pages, SEO, templates, backup, styles, media, etc.) and keeping each tool focused on a single operation. Tried combining related operations into fewer tools early on but the AI clients handled discrete single-purpose tools much better. Batch operations matter more than I expected. Going from one element per call to 20 per request cut page build time roughly in half.…

Continue reading β€” create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More