Vue normale

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
Hier — 11 juin 2025Flux principal

Delete associated EBS snapshots automatically when deregistering an AMI in AWS EC2

10 juin 2025 à 22:00
AWS now allows automatic deletion of associated Amazon EBS snapshots when deregistering EC2 AMIs, reducing storage costs and simplifying cleanup. Previously, snapshots had to be manually deleted, risking orphaned resources. This feature is long overdue. In a previous post, I introduced a Bash script that deleted the snapshot when an AMI was deregistered. The script should still work, but now you can automatically delete snapshots in the AWS Console and the AWS CLI.

Source

À partir d’avant-hierFlux principal

Warp Launch Log 3: MCP support, refine prompt, image upload, reusable prompts, git support

9 juin 2025 à 20:42
Warp, the top terminal app with AI support, has introduced new features in its GA release, including MCP support and Refine for AI responses. The Preview release now allows image uploads and the saving of reusable AI prompts. I also found a few new features that weren’t mentioned in the Launch Log 3 post.

Source

Mount an S3 bucket on an EC2 instance at boot using fstab with Mountpoint for Amazon S3 or s3fs-fuse

5 juin 2025 à 17:51
Mountpoint for Amazon S3 (mountpoint-s3) now allows you to mount an S3 bucket in AWS at EC2 instance boot time via fstab. However, it remains non-POSIX compliant, so standard filesystem operations like deleting or renaming files still do not work. In contrast, the open-source alternative s3fs-fuse offers substantial POSIX support but comes with its own drawbacks.

Source

Create an Amazon Bedrock Agent: A simple Lambda function example

3 juin 2025 à 20:52
Creating an AI agent in Amazon Bedrock involves a relatively complex process. The example in this post has been simplified for clarity. Once you have your first Agent setup working, exploring all the features that AI agents in AWS offer becomes much easier. The Bedrock Agent I discuss uses a Lambda function, which can be triggered by the AI model when the user prompt indicates its usefulness. An AWS Lambda function is a serverless compute service that runs your code in response to events without provisioning or managing servers. These functions may involve complex logic, enabling the AI agent to perform sophisticated tasks autonomously.

Source

Install Gmail MCP server for AI-powered email search

30 mai 2025 à 16:24
The Gmail MCP server covered in this post lets you access Gmail from any AI client that supports MCP. I found the MCP server more capable than Google's integration with Gemini in Gmail. The AI-powered search feature proved to be helpful, but the MCP server also offers several other valuable commands. In this post, I used Claude Desktop. However, once you install the MCP server and set up the Gmail API, you can access Gmail through MCP from any compatible AI application by copying the MCP JSON. I expect that the ChatGPT app and even Windows 11 will add MCP support very soon.

Source

OpenAI Agents SDK with MCP server support: A log monitoring example

28 mai 2025 à 18:53
OpenAI recently introduced the Agents SDK, a Python-based framework that enables developers and DevOps engineers to build AI agents. The example in this post showcases a script that uses the OpenAI Agents SDK to connect an AI agent to Anthropic’s filesystem MCP server. This integration enables the AI agent to analyze the contents of a monitoring log.

Source

Install Anthropic Claude Code as VS Code “extension”

26 mai 2025 à 18:28
The leader in coding models has rolled out Claude Code to the public. Anthropic's terminal-based AI coding assistant automates editing, testing, and managing git workflows using natural language commands. Although you cannot install Claude Code as a VS Code extension via the marketplace, its integration into the open-source IDE is straightforward, and the user experience closely resembles GitHub Copilot, Cline, or Roo Code. My review of the preview version was somewhat critical because I dislike coding in the terminal. However, Claude Code now integrates well with VS Code and JetBrains, so I changed my original verdict.

Source

What is Google’s Agent2Agent (A2A) protocol?

22 mai 2025 à 17:23
OpenAI's Sam Altman envisions a future where countless AI agents operate autonomously across the internet, managing tasks on behalf of users and interacting with each other to perform complex operations without human intervention. Realizing this vision necessitates a new internet protocol that supports the sophisticated communication required for AI systems. Google’s new Agent2Agent (A2A) Protocol addresses this need by providing an open standard that enables autonomous AI agents to communicate across diverse systems. This post delves into the necessity of A2A, its current supporters, distinctions from Anthropic’s Model Context Protocol (MCP), the types of data it handles, and offers a straightforward example to illustrate its application.

Source

Install an MCP server in the Warp terminal

20 mai 2025 à 17:45
In a remarkably short period, MCP has established itself as the standard for secure and efficient connections between AI models and external data sources and tools. Microsoft has integrated MCP into VS Code, Windows will get it, OpenAI plans to implement it for ChatGPT, and the top terminal application, Warp, has introduced MCP support in its Preview version. I installed the official Perplexity MCP server for my test and incorporated it into Warp.

Source

What are GitHub Copilot prompt files? An MCP usage example

14 mai 2025 à 19:34
While GitHub Copilot prompt files are related to the instruction files I discussed in my previous post, they serve a different purpose. Prompt files are custom Markdown templates that allow you to automate coding tasks through custom AI-driven slash commands in GitHub Copilot for VS Code. Prompt templates are powerful, as they can utilize MCP server commands as tools. In this article, I will explain how to create prompt files and provide a simple usage example.

Source

What are GitHub Copilot instruction files? A simple usage example

12 mai 2025 à 21:13
In Visual Studio Code version 1.100, Microsoft introduced GitHub Copilot instruction files, which mirror the Rules feature in AI IDEs like Cursor and Windsurf. Instructions allow you to guide the AI assistant’s behavior by providing specific, context-aware directives tailored to your coding standards and project requirements.

Source

Install the Perplexity MCP server for VS Code GitHub Copilot on Windows and Mac

8 mai 2025 à 17:34
Perplexity is an AI search engine that answers questions by combining real-time web results with conversational, natural language responses. Installing Perplexity's official MCP server on your Mac or Windows PC allows querying Perplexity from any AI model in VS Code GitHub Copilot. Enabling your AI to search the web for the latest updates is a must-have feature for scripting or working in the terminal.

Source

OpenAI Codex CLI: AI-powered assistant for the terminal?

6 mai 2025 à 18:17
OpenAI Codex CLI is a new open-source command-line tool that integrates AI models into any terminal. It enables you to generate, edit, and execute code using natural language prompts. I tested Codex CLI on Windows and Mac and concluded that it is no match for advanced AI CLIs such as Warp, Cline, or Roo Code. Do not mix up Codex CLI with OpenAI's Codex model, which was discontinued in March 2023. Perhaps Sam Altman should seek advice from ChatGPT before naming future products.

Source

Comparing AI models for MCP server usage

28 avril 2025 à 19:11
I compared six frontier AI models—DeepSeek V3, Anthropic Claude Sonnet 3.7, Google Gemini 2.5 Pro, Meta Llama 4 Maverick, OpenAI GPT 4o (GPT 4.1), and Mistral Large 2—in terms of their capabilities in interacting with MCP servers. Surprisingly, the performance in terms of accuracy, token usage, and API costs are quite different..

Source

What does Supports Images, Computer Use, and Prompt Caching mean in the VS code extensions Roo Code and Cline?

24 avril 2025 à 23:00
Roo Code and Cline are popular AI-driven coding extensions for VS Code. Both assistants indicate whether they support Images, Computer Use, and Prompt Caching when selecting a model. In this post, I explain these model features and whether you need them when coding with AI assistance.

Source

Add web search to any GitHub Copilot model – Install Tavily MCP server in VS Code on Windows

18 avril 2025 à 09:52
LLMs' knowledge cutoff date is a significant issue, often resulting in outdated responses. Some frontier models can browse the web, but they frequently skip this ability because they think they can handle things on their own. Bringing in an MCP server that can search the web helps the AI stay updated and assist it when struggling with a problem. Tavily is a research search engine designed to summarize online content for AI models. In this post, I will guide you through installing the Tavily MCP server on Windows. Installing on a Mac follows a similar process.

Source

Install Microsoft Playwright MCP server in VS Code for AI-powered-browser automation in GitHub Copilot Agent Mode

17 avril 2025 à 14:19
Playwright is an open-source framework by Microsoft for automating web browsers to perform end-to-end testing, scraping, and UI interactions across Chromium, Firefox, and WebKit. The Playwright MCP server lets AI agents like GitHub Copilot control a web browser using Playwright’s automation capabilities. Microsoft introduced support for MCP in Visual Studio Code 1.99 (March 2025), enabling tools like the Copilot Agent to connect with external services. In this post, I explain how to install the Microsoft Playwright MCP server in VS Code for the GitHub Copilot Agent.

Source

Install an MCP server for GitHub Copilot in VS Code

15 avril 2025 à 13:52
In March 2025, the release of VS Code version 1.99 introduced support for Anthropic's Model Context Protocol (MCP) in GitHub Copilot's Agent Mode. This open standard is now backed by leading AI companies such as Google, Amazon, Microsoft, and OpenAI. MCP provides a standardized framework that allows AI models to interact with external tools and data sources. In this post, I will guide you on how to install, start, stop, activate, and deactivate MCP servers. You will also learn to configure settings in mcp.json and settings.json, as well as import MCP servers from Claude Desktop, Cline, and Roo Code.

Source

❌
❌