Urgent.News

What's breaking now, across thousands of outlets.

More in Tech

The Multi-Agent Patterns That Outlived AutoGen

Microsoft's AutoGen entered maintenance mode in October 2025 when its team merged with the Semantic Kernel team to build the unified Microsoft Agent Framework.

  • Conversation history acts as shared state across agents in AutoGen
  • Speaker selection mechanism is core to multi-agent system design
  • Different models allow cost-effective workload distribution in AutoGen

Using WP-CLI aliases to switch between multiple WordPress environments safely

Anyone managing several WordPress environments — production, staging, or separate installs for different languages — ends up re-typing SSH connection details and install paths every time they run a…

  • WP-CLI aliases simplify managing multiple WordPress environments.
  • Aliases store connection details in wp-cli.yml or ~/.wp-cli/config.yml.
  • Use wp @environment command to execute against specific WordPress install.

The Wildcard Scope Problem: Why MCP Configs Default to admin:* Instead of Least Privilege

If you grep your own mcp.json files right now, there's a decent chance you'll find a scope string that looks like "admin:*" or "full_access" somewhere.

  • Many MCP configurations default to wildcard scopes like admin: instead of least privilege.
  • Sentinel-scan-cli tool flags wildcard scopes as a simple but effective security rule.
  • Explicitly defining permissions instead of wildcards improves auditability and security.

More from Monday 31 August →