AWS MCP Server llega a GA: una sola tool para llamar a toda la API de AWS
AWS anunció la GA del MCP Server: un servidor administrado que da a los agentes de coding acceso auditable a AWS vía el Model Context Protocol. Ahora cualquier agente compatible (Kiro, Cursor, Codex, Claude Code) puede llamar cualquier API de AWS con una sola tool, incluyendo operaciones con file upload y long-running. Suma ejecución sandboxed de scripts Python contra recursos AWS — sin acceso al filesystem ni al shell local. Guardrails vía IAM, métricas en CloudWatch, auditoría en CloudTrail. Cero costo adicional, pagás solo los recursos. Pegada fuerte: te ahorra escribir y mantener tool wrappers a mano, y arregla el agujero más típico de los agentes (corrieron aws ec2 terminate-instances sin permiso explícito).
VS Code 1.119: trazas OpenTelemetry para sesiones de agente (local, Copilot CLI y Claude)
VS Code 1.119 habilita trazas, métricas y eventos OpenTelemetry para sesiones de Copilot Chat — cubre el agente local, el background agent de Copilot CLI y el agente Claude. Sigue las semantic conventions de GenAI, así que cae en cualquier backend OTel (Tempo, Jaeger, Honeycomb, etc.) sin parsing custom. Para equipos de plataforma esto es oro: por fin podés medir cuánto tokens consumió cada dev, latencias por step de agent, success rate por modelo sin parchar el cliente. Suma además Agent Browser Sharing para revisar sesiones cruzadas. Bonus DX: dejá de adivinar dónde se traba tu agente.
End Point Dev: por qué CQRS es prácticamente obligatorio si hacés event sourcing
Tercera parte de la serie de End Point Dev sobre arquitectura DDD. La tesis: la lógica de negocio es la raison d'être de la app, y patrones como ports & adapters y CQRS no son opcionales una vez que tu dominio se vuelve event-sourced. CQRS permite mantener múltiples representaciones del mismo dato — modelo de escritura optimizado para consistencia transaccional, modelos de lectura optimizados para full-text search, agregados materializados, métricas. Si tu stack actual mezcla writes y reads en un mismo modelo Active Record, este post es la lectura obligada de la semana. Pegale fuerte a las páginas 1 y 2 también si recién empezás.
Tendencias Destacadas
Tres CVEs grandes esta semana (vm2, Cline kanban, Apache HTTP/2) marcan el patrón: la frontera entre dev tools, agentes locales y servers de producción está colapsando, y todo "localhost" es ahora superficie de ataque.
AWS MCP Server GA + trazas OTel para agentes en VS Code: el tooling de agentes empieza a tener telemetría y guardrails serios, exactamente lo que faltaba para llevarlos a prod sin perder noches.
Mientras los CVEs te queman las manos, vale releer fundamentos: DDD/CQRS no son cosmética arquitectónica, son la única forma sana de seguir cambiando un dominio complejo sin romper invariantes.
AWS MCP Server hits GA: one tool that calls every AWS API
AWS announced GA of the MCP Server: a managed server that gives coding agents auditable access to AWS through the Model Context Protocol. Any MCP-compatible agent (Kiro, Cursor, Codex, Claude Code) can now invoke any AWS API through a single tool, including operations with file uploads and long-running execution. Adds sandboxed Python script execution against AWS resources — no local filesystem or shell access. IAM guardrails, CloudWatch metrics, CloudTrail audit. No additional charge — pay only for AWS resources. The win: stop maintaining tool wrappers by hand, and close the most common agent failure (running aws ec2 terminate-instances without explicit consent).
VS Code 1.119: OpenTelemetry traces for agent sessions (local, Copilot CLI, Claude)
VS Code 1.119 emits OpenTelemetry traces, metrics and events for Copilot Chat sessions — covering the local agent, the Copilot CLI background agent, and the Claude agent. Follows GenAI semantic conventions, so any OTel backend (Tempo, Jaeger, Honeycomb) parses it natively. For platform teams this is gold: finally you can measure per-dev token spend, per-step agent latency, success rate by model without patching the client. Also ships Agent Browser Sharing for cross-session review. DX bonus: stop guessing where your agent is stuck.
End Point Dev: why CQRS is essentially mandatory once you do event sourcing
Third installment of End Point Dev's DDD architecture series. The thesis: business logic is the raison d'être of the application, and patterns like ports & adapters and CQRS stop being optional once your domain becomes event-sourced. CQRS lets you hold multiple representations of the same data — write model tuned for transactional consistency, read models tuned for full-text search, materialized aggregates, metrics. If your current stack mixes writes and reads in one Active Record model, this is the must-read of the week. Catch parts 1–2 too if you're starting fresh.
Notable Trends
Three big CVEs this week (vm2, Cline kanban, Apache HTTP/2) confirm a pattern: the line between dev tools, local agents, and production servers is collapsing — every "localhost" is now attack surface.
AWS MCP Server GA + OTel traces for agents in VS Code: agent tooling is finally getting real telemetry and guardrails — exactly what was missing to ship them to prod without losing sleep.
While CVEs burn your hands, it's worth revisiting fundamentals: DDD/CQRS aren't architectural cosmetics — they're the only sane way to keep a complex domain changing without breaking invariants.
AWS MCP Server passe GA : un seul outil pour appeler toute l'API AWS
AWS annonce la GA du MCP Server : un serveur géré qui donne aux agents un accès audité à AWS via MCP. Tout agent compatible (Kiro, Cursor, Codex, Claude Code) appelle n'importe quelle API AWS avec un seul outil, plus exécution sandboxée de scripts Python. Garde-fous IAM, métriques CloudWatch, audit CloudTrail, sans coût additionnel.
VS Code 1.119 : traces OpenTelemetry pour les sessions d'agents
VS Code 1.119 émet des traces, métriques et événements OpenTelemetry pour les sessions Copilot Chat (agent local, Copilot CLI, Claude). Conventions sémantiques GenAI, donc tout backend OTel le lit nativement. Enfin de quoi mesurer tokens, latence et taux de succès par modèle.
End Point Dev : pourquoi CQRS est quasi obligatoire avec l'event sourcing
Troisième volet de la série DDD chez End Point Dev. Thèse : la logique métier est la raison d'être de l'app, et CQRS devient quasi obligatoire en event sourcing pour maintenir plusieurs représentations du même donnée (écriture transactionnelle, lecture full-text, agrégats matérialisés).
Tendances Notables
Trois CVE majeures cette semaine (vm2, Cline kanban, Apache HTTP/2) confirment la tendance : la frontière entre outils dev, agents locaux et serveurs prod s'efface — tout localhost est désormais surface d'attaque.
AWS MCP Server GA et traces OTel pour agents dans VS Code : l'outillage agent gagne enfin télémétrie et garde-fous sérieux, ce qui manquait pour passer en prod sans cauchemars.
Pendant que les CVE brûlent les mains, relire les fondamentaux : DDD et CQRS ne sont pas cosmétiques, c'est la seule façon saine de faire évoluer un domaine complexe sans casser les invariants.