Tagged articles
536 articles
Page 6 of 6
Tencent Cloud Developer
Tencent Cloud Developer
Mar 27, 2025 · Artificial Intelligence

How Chat‑Based AI like Cursor Is Redefining Programming – 10 Pro Tips

This article examines the rise of chat‑style programming, explains how Cursor’s AI‑driven features such as natural‑language coding, Agent mode, and Model Context Protocol (MCP) transform the software development workflow, and provides practical tips for leveraging the tool to boost productivity and achieve a flow state.

AI codingChat programmingCursor tool
0 likes · 14 min read
How Chat‑Based AI like Cursor Is Redefining Programming – 10 Pro Tips
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Mar 27, 2025 · Frontend Development

How Vite + AI Can Boost Development Efficiency by 200%

The article explains how Vite’s native ES‑module architecture and the Model Context Protocol (MCP) enable deep AI integration via the vite‑plugin‑vue‑mcp, allowing tools like Cursor to access component trees, state and routing, which the author claims can raise development speed by up to 200% and cut bugs by 65%.

AI integrationCursorFrontend tooling
0 likes · 6 min read
How Vite + AI Can Boost Development Efficiency by 200%
DevOps
DevOps
Mar 26, 2025 · Artificial Intelligence

Introducing Model Context Protocol (MCP): An Open Standard for LLM Integration with Data Sources and Tools

The article explains Anthropic's open Model Context Protocol (MCP), detailing its client‑server architecture, resource and prompt definitions, tool discovery and execution, sampling workflow, security features, and provides a complete Python example that demonstrates building, running, and testing an MCP server and client for real‑time data retrieval.

AI integrationLLMMCP
0 likes · 12 min read
Introducing Model Context Protocol (MCP): An Open Standard for LLM Integration with Data Sources and Tools
Tencent Cloud Developer
Tencent Cloud Developer
Mar 26, 2025 · Artificial Intelligence

Introduction to Anthropic's Model Context Protocol (MCP) with Example Implementations

The article presents Anthropic’s open‑source Model Context Protocol (MCP) – a client‑server framework that standardizes how large language models securely access resources, prompts, and tools (the “HTTP of AI”) – and demonstrates its use through a hot‑fix scraper and a dynamic chatbot that discovers and invokes tools via JSON‑formatted calls.

AI protocolsLLM integrationMCP
0 likes · 15 min read
Introduction to Anthropic's Model Context Protocol (MCP) with Example Implementations
Eric Tech Circle
Eric Tech Circle
Mar 25, 2025 · Artificial Intelligence

How MCP Turns AI into a USB‑C Interface: Architecture, Use Cases, and Future

This article provides an in‑depth technical overview of the Model Context Protocol (MCP), explaining its core concepts, client‑server architecture, communication layers, key benefits such as uniformity and security, and a wide range of real‑world application scenarios from code collaboration to third‑party API integration.

AI integrationMCPOpen Source
0 likes · 10 min read
How MCP Turns AI into a USB‑C Interface: Architecture, Use Cases, and Future
Open Source Tech Hub
Open Source Tech Hub
Mar 24, 2025 · Artificial Intelligence

Break Data Silos for LLMs with Model Context Protocol (MCP) – PHP SDK Guide

This article explains the data‑isolation problem facing large language models, introduces the Model Context Protocol (MCP) as a standard bridge to external data sources, and provides a step‑by‑step PHP SDK tutorial—including installation, server and client code, and optional advanced logging—to help developers integrate AI models securely and efficiently.

Backend DevelopmentLLMMCP
0 likes · 13 min read
Break Data Silos for LLMs with Model Context Protocol (MCP) – PHP SDK Guide
DeWu Technology
DeWu Technology
Mar 24, 2025 · Artificial Intelligence

Understanding Multi‑Agent AI Systems: ReAct Architecture, MCP Protocol, and OpenManus Implementation

Understanding multi‑agent AI systems, this article explains how ReAct’s tightly coupled reasoning‑action loop, the Model Context Protocol, and the open‑source OpenManus implementation enable autonomous task planning, tool invocation, and memory management, contrasting traditional chatbots with delivery‑centered agents while highlighting current limitations and future optimization needs.

AI AgentsMCPOpenManus
0 likes · 24 min read
Understanding Multi‑Agent AI Systems: ReAct Architecture, MCP Protocol, and OpenManus Implementation
Java Architecture Diary
Java Architecture Diary
Mar 24, 2025 · Backend Development

Build a Java MCP Server with Spring AI in Minutes

This tutorial shows how to use Spring AI MCP to create a Java MCP server, covering environment setup, business logic implementation, service registration, and client configuration, enabling seamless AI service integration with minimal effort.

AIMCPintegration
0 likes · 6 min read
Build a Java MCP Server with Spring AI in Minutes
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 24, 2025 · Artificial Intelligence

AI SDK 4.2 Release: New Reasoning, MCP Client, useChat Message Components, Image Generation, URL Sources, and Provider Updates

The AI SDK 4.2 release introduces powerful new features such as step‑by‑step reasoning support, a Model Context Protocol (MCP) client for tool integration, useChat message components, multimodal image generation, standardized URL sources, OpenAI Responses API support, Svelte 5 compatibility, and numerous middleware and provider enhancements, all illustrated with practical JavaScript/TypeScript examples.

AI SDKJavaScriptMCP
0 likes · 19 min read
AI SDK 4.2 Release: New Reasoning, MCP Client, useChat Message Components, Image Generation, URL Sources, and Provider Updates
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Mar 24, 2025 · Artificial Intelligence

How to Build a Real‑Time Data Analysis Agent with LLMs, Hologres, and MCP

This article explains the challenges LLMs face in data analysis, introduces the Model Context Protocol (MCP) as a standard bridge, and provides a step‑by‑step guide to integrate Hologres, MCP, and large language models—using Claude Desktop as an example—to create a fast, multi‑source data‑analysis agent.

AI agentData AnalysisHologres
0 likes · 11 min read
How to Build a Real‑Time Data Analysis Agent with LLMs, Hologres, and MCP
BirdNest Tech Talk
BirdNest Tech Talk
Mar 23, 2025 · Artificial Intelligence

Connecting Claude Desktop with iTerm2 and Puppeteer via MCP Servers

This guide walks through setting up Claude Desktop as an MCP host, configuring iterm-mcp for terminal automation, and using a Puppeteer MCP server for web interaction, complete with step‑by‑step commands, troubleshooting examples, and practical insights for building AI agents.

AI AgentsClaude DesktopMCP
0 likes · 7 min read
Connecting Claude Desktop with iTerm2 and Puppeteer via MCP Servers
Architect
Architect
Mar 21, 2025 · Industry Insights

Can Model Context Protocol (MCP) Transform AI Agent Tooling?

The article examines Model Context Protocol (MCP), an emerging open standard that lets AI agents interact with external tools and services, outlines current use cases such as IDE‑centric workflows and consumer‑focused clients, and discusses technical challenges and future directions for widespread adoption.

AI AgentsAgent-native architectureMCP
0 likes · 18 min read
Can Model Context Protocol (MCP) Transform AI Agent Tooling?
Architect
Architect
Mar 20, 2025 · Artificial Intelligence

Building a Gitee AI Repository Assistant with MCP and LangChain4j

This article explains the Model Context Protocol (MCP) introduced by Gitee, shows how Java developers can integrate it using LangChain4j, compares stdio and SSE transport modes, provides full code samples, installation steps, and demonstrates a practical AI‑powered repository assistant.

AICode AutomationGitee
0 likes · 9 min read
Building a Gitee AI Repository Assistant with MCP and LangChain4j
Sohu Tech Products
Sohu Tech Products
Mar 19, 2025 · Artificial Intelligence

Debugging MCP Service Registration Issues in Cursor IDE

The article details how the author discovered a bug in Cursor’s closed‑source IDE where correctly registered MCP services, such as a weather query tool, are omitted from the LLM’s tool list, preventing calls, and explains the debugging steps that compared Cursor with the open‑source Cline implementation to pinpoint the registration flaw.

AI debuggingCursorLLM integration
0 likes · 12 min read
Debugging MCP Service Registration Issues in Cursor IDE
Ops Development & AI Practice
Ops Development & AI Practice
Mar 19, 2025 · Artificial Intelligence

How Integrating LLMs with the Model Context Protocol Could Transform AI Workflows

Integrating large language models with the open‑standard Model Context Protocol enables direct access to file systems, databases, and APIs, unlocking use cases such as automated file management, intelligent data analysis, personalized content generation, and task automation, while also raising security, privacy, and maturity challenges for future AI‑human collaboration.

Data SecurityLLMMCP
0 likes · 10 min read
How Integrating LLMs with the Model Context Protocol Could Transform AI Workflows
AI Algorithm Path
AI Algorithm Path
Mar 19, 2025 · Artificial Intelligence

What Is the Rapidly Growing Model Context Protocol (MCP)?

The article explains how the Model Context Protocol (MCP) addresses the difficulty of connecting large language models to external data, tools, and APIs by providing an open, standardized interface that enables AI agents to access real‑time information, act autonomously, and do so securely and modularly.

AI AgentsAI tool interoperabilityLLM integration
0 likes · 7 min read
What Is the Rapidly Growing Model Context Protocol (MCP)?
DevOps
DevOps
Mar 17, 2025 · Artificial Intelligence

Building an MCP Server and Client in Python: From 0 to 1 with Stdio and SSE Transports

This tutorial explains how to create a Model Context Protocol (MCP) server and client in Python, covering environment setup, unified tool integration, Stdio and SSE transport implementations, and step‑by‑step code examples for building, configuring, and running both local and cloud‑based MCP services.

AIMCPPython
0 likes · 18 min read
Building an MCP Server and Client in Python: From 0 to 1 with Stdio and SSE Transports
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Mar 17, 2025 · Backend Development

Build a Free MCP Flux Schnell Server on Cloudflare in 5 Minutes for Unlimited Text-to-Image Generation

This guide walks you through installing prerequisites, initializing a Node.js project, implementing the Model Context Protocol server with ListTools and CallTool handlers, configuring Cloudflare Flux API credentials, debugging, and integrating the server into Cursor to enable on‑demand text‑to‑image generation.

AI image generationCloudflareFlux Schnell
0 likes · 11 min read
Build a Free MCP Flux Schnell Server on Cloudflare in 5 Minutes for Unlimited Text-to-Image Generation
Continuous Delivery 2.0
Continuous Delivery 2.0
Mar 17, 2025 · Artificial Intelligence

Understanding Model Context Protocol (MCP) and Its Server Tools for AI Agents

This article explains the Model Context Protocol (MCP) released by Anthropic, describes its three core components, outlines the problems it solves for AI agents, and details four MCP server implementations—github, fetch, sequential‑thinking, and tavily—along with usage commands and code examples.

AI AgentsArtificial IntelligenceGitHub integration
0 likes · 5 min read
Understanding Model Context Protocol (MCP) and Its Server Tools for AI Agents
Nightwalker Tech
Nightwalker Tech
Mar 14, 2025 · Backend Development

Overview and Installation Guide for Various MCP Services and Their Use with Sequential Thinking for Manus‑like Effects

This article introduces several Model Context Protocol (MCP) services—including Sequential Thinking, Firecrawl, Fetch, Hot News, Playwright, Magic, and Brave Search—provides their GitHub links, detailed Mac and Windows installation commands, and explains how to combine them with a Sequential Thinking prompt to achieve a Manus‑style AI agent workflow.

AIInstallationMCP
0 likes · 9 min read
Overview and Installation Guide for Various MCP Services and Their Use with Sequential Thinking for Manus‑like Effects
phodal
phodal
Mar 12, 2025 · Artificial Intelligence

Turning AutoDev into an MCP Service: Empowering AI Agents for End‑to‑End Coding

This article explores how AutoDev can be implemented as an MCP service and client, enabling any AI Agent tool—such as Cursor, Cline, or GitHub Copilot—to invoke IDE capabilities, integrate external tools like Git, Docker, and Kubernetes, and streamline the full software development lifecycle.

Agent toolsAutoDevMCP
0 likes · 7 min read
Turning AutoDev into an MCP Service: Empowering AI Agents for End‑to‑End Coding
Architecture and Beyond
Architecture and Beyond
Mar 9, 2025 · Artificial Intelligence

Evolution of AI Interaction Paradigms: From Function Calling to MCP and AI Agents

The article examines the rapid rise of AI agents like Manus and OpenManus, explains the limitations of cloud‑only models, details the Function Calling mechanism and its pros and cons, introduces the Model Context Protocol (MCP) as a more powerful evolution, and finally describes how AI Agents combine planning, dynamic tool use, memory, and autonomous decision‑making to achieve fully closed‑loop intelligent automation.

AI agentAI automationAI interaction
0 likes · 20 min read
Evolution of AI Interaction Paradigms: From Function Calling to MCP and AI Agents
Architect
Architect
Mar 8, 2025 · Artificial Intelligence

Understanding Model Context Protocol (MCP): Architecture, Core Components, and Practical Guide

This article provides a comprehensive overview of the Model Context Protocol (MCP), explaining its purpose, core components, differences from traditional APIs, detailed architecture, message types, connection lifecycle, error handling, and step‑by‑step instructions for building and using MCP servers to enable AI agents to act on real‑world data and tasks.

AI automationAI tool integrationClaude
0 likes · 12 min read
Understanding Model Context Protocol (MCP): Architecture, Core Components, and Practical Guide
Fighter's World
Fighter's World
Mar 8, 2025 · Artificial Intelligence

Why MCP Is Essential for Building LLM Agents – Anthropic’s Protocol Explained

The Model Context Protocol (MCP) introduced by Anthropic provides a standardized, TCP/IP‑like communication layer that unifies resources, tools, and prompts, enabling seamless integration of large language model agents with external systems, reducing fragmentation, and accelerating AI agent development.

AI InteroperabilityAgent ArchitectureAnthropic
0 likes · 16 min read
Why MCP Is Essential for Building LLM Agents – Anthropic’s Protocol Explained
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 7, 2025 · Artificial Intelligence

Build an MCP Client & Server: Step‑by‑Step Guide to Anthropic’s Model Context Protocol

This tutorial explains how to use Anthropic's open‑source Model Context Protocol (MCP) to connect large language models with external data sources by building both MCP servers and clients in Node.js/TypeScript, covering architecture, transport options, SDK usage, and practical code examples.

Function CallingLLM integrationMCP
0 likes · 16 min read
Build an MCP Client & Server: Step‑by‑Step Guide to Anthropic’s Model Context Protocol
Java Architecture Diary
Java Architecture Diary
Jan 22, 2025 · Operations

How to Manage Docker Containers with Natural Language Using MCP Docker Server

This guide explains how the open‑source Model Context Protocol (MCP) enables natural‑language control of Docker containers, walks through environment setup, Spring AI integration, client project configuration, and demonstrates a full execution log showing automated image pulling, port mapping, volume mounting, and container startup.

AI integrationContainer ManagementDocker
0 likes · 9 min read
How to Manage Docker Containers with Natural Language Using MCP Docker Server
Programmer DD
Programmer DD
Nov 14, 2019 · Cloud Native

How Nacos 1.1.4 Connects Service Discovery to Istio via MCP

Nacos 1.1.4 introduces Istio MCP integration, a server‑side upgrade guide, client dependency changes, custom instance ID support, and detailed usage steps, while also highlighting community contribution paths and previewing the upcoming 1.2.0 release with permission control.

Configuration ManagementIstioMCP
0 likes · 8 min read
How Nacos 1.1.4 Connects Service Discovery to Istio via MCP
转转QA
转转QA
Jul 18, 2019 · Mobile Development

Remote Device Scheduling for Mobile App Automated Testing

This article explains how the ZhuangZhuang QA team builds and operates a remote device scheduling workflow on the MCP cloud testing platform, detailing the interaction between the automation test platform, MCP, and Agent services, and presenting three practical device allocation strategies for stable, scalable mobile automation.

AgentMCPautomation
0 likes · 15 min read
Remote Device Scheduling for Mobile App Automated Testing