Amazon Bedrock AgentCore MCP server now available The AgentCore MCP server offers built-in support for runtime, gateway integration, identity management, and agent memory. It was created to speed up the process of creating components that are compatible with Bedrock AgentCore. “What typically takes significant time and effort, for example learning about Bedrock AgentCore services, integrating … continue reading
Microsoft has announced a preview of the Microsoft Agent Framework, an open-source development kit for .NET and Python for creating AI agents and multi-agent workflows. It supports creating individual agents as well as graph-based workflows to connect up multiple agents. According to Microsoft, the Agent Framework is a direct successor to its other projects Semantic … continue reading
Microsoft is attempting to improve the developer experience for those building distributed applications with the latest updates to Aspire, a collection of tools, templates, and packages for building such apps. One of the new features in Aspire 9.5 that Microsoft drew attention to is a preview for a new command: aspire update. This new command … continue reading
Google adds Data Commons MCP Server, new versions of Gemini 2.5 Flash and Flash-Lite The Data Commons MCP Server allows AI developers to easily access all of Data Commons’ publicly available datasets. It can be accessed via the Gemini CLI or in Google Colab, and Google has a sample agent in Colab as well to … continue reading
Microsoft has restructured its Marketplace to serve as a central place for organizations to find cloud solutions, AI apps, and agents. This new reimagining brings together Azure Marketplace and Microsoft AppSource to simplify cloud and AI management, Microsoft explained. It includes tens of thousands of cloud and industry solutions that can help with everything from … continue reading
Microsoft has announced that NuGet now supports Trusted Publishing for publishing packages from GitHub Actions. Trusted Publishing is an authentication method that utilizes the OpenID Connect (OIDC) standard. Rather than using long-lived API tokens when publishing software packages, an OIDC identity token can be exchanged for a short-lived API token. It has been adopted by … continue reading
OpenAI updates Codex The company released GPT-5-Codex, a variant of GPT-5 that is optimized for Codex, OpenAI’s AI coding agent. It was trained on real-world engineering tasks like building projects from scratch, adding features and tests, debugging, large-scale refactoring, and code reviews. “With these updates, Codex moves closer to what we’ve been building toward all … continue reading
Microsoft has launched its Insiders preview program for Visual Studio 2026, providing insights into what developers can expect from the upcoming release. One of the main highlights is that the company plans to integrate AI even further into the IDE, describing it as being “woven into the daily rhythms of coding” as opposed to being … continue reading
Microsoft has announced it is going to be retiring the Microsoft Graph CLI, with a deprecation phase starting now and full retirement scheduled for August 28th, 2026. During the deprecation phase, Microsoft will not add any new features and will only address critical vulnerabilities. According to Microsoft, this change is part of the company’s efforts … continue reading
Microsoft has released the August update for Visual Studio 2022, adding several features related to AI-assisted development. The company announced that GPT-5 is now integrated into the IDE, and support for MCP is generally available as well. MCP support enables developers to authenticate with any OAuth provider directly from the IDE, perform one-click installation of … continue reading
Agent Mode in Gemini Code Assist now available in VS Code and IntelliJ This mode was introduced last month to the Insiders Channel for VS Code to expand the capabilities of Code Assist beyond prompts and responses to support actions like multiple file edits, full project context, and built-in tools and integration with ecosystem tools. … continue reading
Microsoft has been adding several new diagnostics features to Copilot in Visual Studio for .NET to make the debugging process easier. “The same tools you rely on are now able to keep up with you, identify issues more quickly, offer context-smart fixes, and help you move from asking ‘why is this broken?’ to ‘oh, I … continue reading