Tagged articles
514 articles
Page 2 of 6
IT Services Circle
IT Services Circle
Mar 8, 2026 · Artificial Intelligence

Mastering LLM Skills: Modular Prompt Engineering for Scalable AI Workflows

The article explains how to replace monolithic prompts with reusable, lazy‑loaded Skill files, compares Skills with Prompt, MCP and Function Calling, shows concrete Skill structures and examples, and demonstrates a Spring Boot AI interview platform with open‑source repositories.

AI workflowFunction CallingLLM
0 likes · 12 min read
Mastering LLM Skills: Modular Prompt Engineering for Scalable AI Workflows
AI Architecture Path
AI Architecture Path
Mar 8, 2026 · Cloud Computing

Unlock Google Workspace with gws: The All‑In‑One CLI for AI‑Powered Office Automation

The gws CLI bundles every Google Workspace API into a single command‑line tool, offering dynamic command generation, structured JSON output, and native MCP support for AI agents, with easy npm installation, step‑by‑step usage examples, OpenClaw integration, and essential tips to avoid common pitfalls.

AI automationCLIGoogle Workspace
0 likes · 12 min read
Unlock Google Workspace with gws: The All‑In‑One CLI for AI‑Powered Office Automation
Top Architecture Tech Stack
Top Architecture Tech Stack
Mar 5, 2026 · Artificial Intelligence

Unlock OpenClaw: 8 Powerful AI Agent Use Cases You Can Deploy Today

This guide walks you through eight production‑grade OpenClaw scenarios—including cron‑driven briefings, webhook integrations, MCP data access, multi‑agent roles, browser automation, mobile camera monitoring, custom skill creation, and workspace configuration—providing complete configuration files and command‑line examples for immediate use.

AI automationCustom skillMCP
0 likes · 16 min read
Unlock OpenClaw: 8 Powerful AI Agent Use Cases You Can Deploy Today
Java Backend Technology
Java Backend Technology
Mar 5, 2026 · Artificial Intelligence

How to Slash AI Token Costs: MCP vs Skill and 6 Proven Optimization Techniques

This article explains the fundamental differences between web session tokens and AI tokens, compares MCP and Skill token consumption, presents pricing formulas for major models, and offers practical strategies—including prompt compression, context management, and dynamic toolsets—to dramatically reduce AI token expenses.

Cost ManagementMCPPrompt engineering
0 likes · 16 min read
How to Slash AI Token Costs: MCP vs Skill and 6 Proven Optimization Techniques
JD Tech
JD Tech
Feb 27, 2026 · Artificial Intelligence

Why Agent Skills and MCP Should Work Together, Not Compete

This article clarifies the distinct roles of Agent Skills and Model Context Protocol (MCP), compares their core features, shows how they complement each other through design philosophy and real‑world scenarios, and provides a decision framework for choosing the right tool in AI agent architectures.

AI ArchitectureAgent SkillsAgentic AI
0 likes · 26 min read
Why Agent Skills and MCP Should Work Together, Not Compete
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 26, 2026 · Artificial Intelligence

Why Function Calling, MCP, and Skills Matter for Modern AI Agents

This article explains the core concepts of Function Calling, Model Context Protocol (MCP), and Skills, showing how they build on each other to enable reliable tool use, reduce integration costs, and let users define complex workflows with natural language.

AIAgentsFunctionCallingLLMIntegration
0 likes · 18 min read
Why Function Calling, MCP, and Skills Matter for Modern AI Agents
macrozheng
macrozheng
Feb 22, 2026 · Artificial Intelligence

Grab McDonald’s Coupons with Anthropic’s MCP and Claude Code

This step‑by‑step guide shows how to activate the McDonald’s Model Context Protocol (MCP), integrate it into Cherry Studio, install Claude Code support, and use AI commands to automatically retrieve and claim McDonald’s coupons.

AI integrationCherry StudioClaude Code
0 likes · 6 min read
Grab McDonald’s Coupons with Anthropic’s MCP and Claude Code
Open Source Tech Hub
Open Source Tech Hub
Feb 20, 2026 · Artificial Intelligence

How to Build AI Agents in PHP with the Model Context Protocol (MCP)

Learn how to connect PHP-based AI agents to the Model Context Protocol (MCP) using the open‑source Neuron AI framework, covering MCP fundamentals, server setup, tool integration, and example code for creating custom agents that can invoke external APIs, databases, and web content.

AI agentsLLMMCP
0 likes · 12 min read
How to Build AI Agents in PHP with the Model Context Protocol (MCP)
AI Tech Publishing
AI Tech Publishing
Feb 18, 2026 · Artificial Intelligence

Empowering Agents with Skills: Let Specialized Agents Handle Expert Tasks

This tutorial shows how to extend the MiniManus agent framework with Skill support, explains why Skills are needed compared to plain MCP, details the Claude Skill specification, provides concrete command‑line operations, code implementations, and demonstrates Skill‑MCP collaboration through practical examples.

AgentGitHubMCP
0 likes · 10 min read
Empowering Agents with Skills: Let Specialized Agents Handle Expert Tasks
SpringMeng
SpringMeng
Feb 17, 2026 · Backend Development

Building an MCP Service with Spring Boot 3 and OpenSpec: A Hands‑On Demo

This article walks through the complete development of a minimal Model Context Protocol (MCP) server using Spring Boot 3 and Server‑Sent Events, illustrating how OpenSpec drives the workflow from proposal and task breakdown to design, implementation, testing, and integration with Claude Code.

JSON-RPCJavaMCP
0 likes · 13 min read
Building an MCP Service with Spring Boot 3 and OpenSpec: A Hands‑On Demo
AI Tech Publishing
AI Tech Publishing
Feb 16, 2026 · Artificial Intelligence

Mastering MCP: Connecting AI Agents to the World in One Lesson

This tutorial explains how the Model Context Protocol (MCP) standardizes AI agent integration by replacing custom tool code with a JSON‑RPC based, auto‑discovered ecosystem, walks through configuration, core loading logic, code implementation, a runnable example, and compares MCP with traditional tool use.

AI AgentJSON-RPCMCP
0 likes · 8 min read
Mastering MCP: Connecting AI Agents to the World in One Lesson
PaperAgent
PaperAgent
Feb 13, 2026 · Artificial Intelligence

How to Build Claude Skills: A Complete Guide to Powerful AI Agents

This article provides a detailed technical guide on Anthropic's Claude Skills, explaining their definition, file structure, progressive disclosure design, real‑world use cases, step‑by‑step implementation instructions, core design patterns, testing methods, success metrics, and iteration signals for building robust AI agents.

AI agentsClaudeMCP
0 likes · 11 min read
How to Build Claude Skills: A Complete Guide to Powerful AI Agents
Node.js Tech Stack
Node.js Tech Stack
Feb 11, 2026 · Artificial Intelligence

Draw.io launches official MCP server – a surprisingly smooth AI‑powered diagram experience

Draw.io (now diagrams.net) has released an official MCP server that lets AI‑enabled editors like Cursor generate and edit diagrams instantly by converting AI‑produced Mermaid, CSV, or XML data into a Draw.io link, offering a seamless, editable workflow with privacy‑preserving URL‑based rendering, though limited by URL length.

AI diagramsCSVCursor
0 likes · 7 min read
Draw.io launches official MCP server – a surprisingly smooth AI‑powered diagram experience
Architect
Architect
Feb 11, 2026 · Artificial Intelligence

How to Engineer Claude Agents for Stable Production: From Single Agent to Multi‑Agent Systems

This article synthesizes Anthropic’s recent Claude Agent blogs, presenting a layered architecture and practical steps to transform chat‑centric agents into reliable, production‑ready systems, covering when to adopt multi‑agent setups, the role of Skills and MCP, and a ready‑to‑use implementation checklist.

MCPMulti-AgentSkills
0 likes · 22 min read
How to Engineer Claude Agents for Stable Production: From Single Agent to Multi‑Agent Systems
DataFunTalk
DataFunTalk
Feb 1, 2026 · Artificial Intelligence

Why Personal AI Agents Like Clawdbot Are Redefining Software Development

In this interview, veteran iOS developer Peter Steinberger explains how his open‑source project Clawdbot (now Moltbot) evolved from a personal need for an autonomous assistant, detailing its rapid GitHub growth, WhatsApp integration, CLI‑first philosophy, security considerations, and his vision for a future where personal AI agents replace traditional apps.

AI agentsAgentic EngineeringCLI tools
0 likes · 25 min read
Why Personal AI Agents Like Clawdbot Are Redefining Software Development
AI Software Product Manager
AI Software Product Manager
Jan 31, 2026 · Artificial Intelligence

Mastering Claude Code: Optimize Context and Subagents for High‑Value AI Output

This article explains how to maximize the efficiency of Claude Code by understanding context windows, selecting optimal tokens, using commands like /upgrade, /model, and /init, and leveraging subagents, MCP servers, and skills to reduce token consumption while maintaining high‑quality AI responses.

AI workflowClaude CodeLLM context
0 likes · 11 min read
Mastering Claude Code: Optimize Context and Subagents for High‑Value AI Output
Old Zhang's AI Learning
Old Zhang's AI Learning
Jan 30, 2026 · Artificial Intelligence

Mastering Skills, Tools, MCP, and Subagents in Anthropic’s Agent Course

This article breaks down the core concepts from the free Anthropic short course—Tools, Skills, the Model Context Protocol (MCP), and Subagents—explaining their roles, differences, and how they combine to build reliable, parallelizable AI agents, illustrated with a customer‑insight case study.

AI agentsAgent ArchitectureAnthropic
0 likes · 8 min read
Mastering Skills, Tools, MCP, and Subagents in Anthropic’s Agent Course
AI Tech Publishing
AI Tech Publishing
Jan 29, 2026 · Industry Insights

Why You Might Skip Skills to Avoid Repeating MCP’s Failure

The article examines the rise and fall of MCP, explains why simply adding AI‑driven Skills without rethinking workflows leads to “skill debt,” and outlines three hidden costs—expert knowledge capture, version drift, and context explosion—while proposing practical solutions such as experience capture, Skill‑as‑Code testing, and dynamic routing.

AIMCPSkill
0 likes · 9 min read
Why You Might Skip Skills to Avoid Repeating MCP’s Failure
Wuming AI
Wuming AI
Jan 27, 2026 · Artificial Intelligence

Master Claude Code: Build Efficient AI‑Powered Development Workflows

This guide explains how to treat Claude Code as a long‑term partner by configuring lightweight fine‑tuning, organizing reusable skills and slash commands, leveraging event‑driven hooks, deploying focused subagents, managing Model Context Protocol (MCP) and plugins, and applying productivity tips to maximize AI‑assisted coding efficiency.

AIAutomationClaude
0 likes · 12 min read
Master Claude Code: Build Efficient AI‑Powered Development Workflows
Efficient Ops
Efficient Ops
Jan 26, 2026 · Artificial Intelligence

Why AI Skills Will Redefine Agents Beyond MCP

This article explains how AI Skills serve as structured knowledge bases that complement, rather than replace, Model Context Protocols, enhance Retrieval‑Augmented Generation, and drive three major trends—standardized agent stacks, low‑code knowledge engineering, and the emergence of personal AI agents.

AI agentsAI ecosystemKnowledge Engineering
0 likes · 8 min read
Why AI Skills Will Redefine Agents Beyond MCP
JD Tech Talk
JD Tech Talk
Jan 26, 2026 · Backend Development

Building a Multi‑Protocol MCP Server in TypeScript: Full Guide and Code

This article introduces a TypeScript MCP‑Server framework that simultaneously supports stdio, streamableHttp, and SSE protocols, explains its design motivations, outlines its modular architecture, provides setup and deployment instructions, and showcases key source code and usage examples.

MCPNode.jsSSE
0 likes · 9 min read
Building a Multi‑Protocol MCP Server in TypeScript: Full Guide and Code
AI Architecture Hub
AI Architecture Hub
Jan 26, 2026 · Artificial Intelligence

How Everything Claude Code Turns AI Coding Into Reliable Engineering

Everything Claude Code, an open‑source, production‑tested Claude AI coding assistant, rapidly gained 25.7k stars by offering a modular, engineering‑grade configuration that standardizes code style, automates rule enforcement, and integrates hooks, agents, skills, commands, and MCP to streamline AI‑driven development.

AI CodingClaudeMCP
0 likes · 8 min read
How Everything Claude Code Turns AI Coding Into Reliable Engineering
Fun with Large Models
Fun with Large Models
Jan 25, 2026 · Artificial Intelligence

Complete Guide to Agent Skills: Core Concepts, Design Patterns, and Hands‑On Code

This article explains the three‑layer Agent Skills architecture, demonstrates step‑by‑step creation and configuration of a Skill using Claude Code—including metadata, instruction, and resource layers, advanced scripting integration, and a detailed comparison with MCP, highlighting token savings and use‑case differences.

AI AgentAgent SkillsClaude Code
0 likes · 18 min read
Complete Guide to Agent Skills: Core Concepts, Design Patterns, and Hands‑On Code
Data Thinking Notes
Data Thinking Notes
Jan 25, 2026 · Artificial Intelligence

Why Anthropic Switched from Specialized Agents to Skills—and What It Means for AI Development

Anthropic’s technical blog explains the shift from building domain‑specific agents to creating reusable Agent Skills, detailing the new code‑centric paradigm, progressive disclosure, skill ecosystem, real‑world examples in finance and healthcare, and the emerging architecture that unifies agents, runtimes, MCP servers, and skill libraries.

AI agentsAgent SkillsClaude
0 likes · 14 min read
Why Anthropic Switched from Specialized Agents to Skills—and What It Means for AI Development
Architect
Architect
Jan 25, 2026 · Artificial Intelligence

How Anthropic’s ‘Skills’ Turn Code into Scalable AI Agents

Anthropic’s recent blog introduces a four‑layer agent architecture—Loop, Runtime, MCP, and Skills—showing how treating code as a universal interface enables agents to execute real‑world tasks, while Skills package reusable, versioned workflows, scripts, and documentation to bridge the gap between model intelligence and practical operations.

MCPSkills architecture
0 likes · 16 min read
How Anthropic’s ‘Skills’ Turn Code into Scalable AI Agents
Architect
Architect
Jan 23, 2026 · Artificial Intelligence

Turn Claude Code into a Team Asset: A 7‑Component Config‑as‑Code Blueprint

This guide shows how to transform Claude Code from a personal shortcut into a stable, version‑controlled team asset by organizing its usage into seven configurable components, outlining a step‑by‑step rollout, and providing practical examples, repository structures, plugins, and common pitfalls.

AI toolingClaude CodeMCP
0 likes · 15 min read
Turn Claude Code into a Team Asset: A 7‑Component Config‑as‑Code Blueprint
AI Engineering
AI Engineering
Jan 22, 2026 · Artificial Intelligence

MCP Isn’t Broken – It’s Your Server Design, Not the Protocol

The article argues that the recent hype around Skills and the criticism of MCP stem from a mindset problem: developers treat MCP like a REST API wrapper, leading to poor server designs, and it offers six concrete design principles to build agent‑friendly MCP services.

AI toolingAgent DesignMCP
0 likes · 11 min read
MCP Isn’t Broken – It’s Your Server Design, Not the Protocol
AI Insight Log
AI Insight Log
Jan 22, 2026 · Artificial Intelligence

Claude Code’s New VS Code Plugin Brings Native GUI and Deep Integration

Anthropic has released the Claude Code VS Code plugin, adding a Spark icon that opens an AI‑powered coding assistant directly in the editor, with features like @‑based fuzzy file referencing, WYSIWYG context capture, Plan Mode approvals, Inline Diffs, Git and MCP integration, and terminal support, while still retaining CLI‑only checkpoints for rollback.

AI CodingClaudeGit integration
0 likes · 5 min read
Claude Code’s New VS Code Plugin Brings Native GUI and Deep Integration
Woodpecker Software Testing
Woodpecker Software Testing
Jan 21, 2026 · Artificial Intelligence

Build an AI Agent with FastAPI & Alibaba Cloud: Text Q&A, Image Recognition, and Text‑to‑Image

This guide walks through designing and implementing an AI assistant that connects FastAPI to Alibaba Cloud large‑model services, supports streaming text Q&A, image understanding, text‑to‑image generation, network search, and MCP‑based map queries, with full front‑end and back‑end code examples.

AI chatbotAlibaba CloudFastAPI
0 likes · 38 min read
Build an AI Agent with FastAPI & Alibaba Cloud: Text Q&A, Image Recognition, and Text‑to‑Image
AI Engineering
AI Engineering
Jan 20, 2026 · Artificial Intelligence

How mcpx Cuts Token Overhead in MCP Tool Calls for Local LLMs

The article explains how mcpx reduces MCP tool definition tokens from tens of thousands to a few hundred by discovering tools at execution time, improving accuracy and speed for local large language models while preserving prompt cache integrity.

AnthropicLocal-LLMMCP
0 likes · 6 min read
How mcpx Cuts Token Overhead in MCP Tool Calls for Local LLMs
JD Tech
JD Tech
Jan 20, 2026 · Backend Development

How to Build a Multi‑Protocol MCP Server Framework with TypeScript

This article explains why a unified MCP‑Server framework supporting stdio, streamableHttp, and SSE is needed for AI‑driven services, describes its modular design, directory layout, startup commands, environment‑based configuration, key code components, deployment scripts, and showcases successful integration with JoyCode and JoyAgent.

BackendDevOpsMCP
0 likes · 9 min read
How to Build a Multi‑Protocol MCP Server Framework with TypeScript
Woodpecker Software Testing
Woodpecker Software Testing
Jan 15, 2026 · Artificial Intelligence

Step-by-Step Guide to Building Your First AI Agent: Connecting Alibaba Cloud, OpenAI, Dashscope, DeepSeek, and Ollama

This article provides a detailed, hands‑on tutorial for creating an AI agent, covering registration and API key setup for Alibaba Cloud, OpenAI, Dashscope and DeepSeek, installing and using Ollama for local model deployment, configuring CherryStudio, and implementing function‑calling and MCP techniques with full code examples.

AI AgentAlibaba CloudDashscope
0 likes · 26 min read
Step-by-Step Guide to Building Your First AI Agent: Connecting Alibaba Cloud, OpenAI, Dashscope, DeepSeek, and Ollama
AI Engineering
AI Engineering
Jan 15, 2026 · Artificial Intelligence

Why Anthropic Introduced Agent Skills and How They Could Transform AI Agents

The article analyzes Anthropic's new Agent Skills concept, explaining how it addresses the token‑bloat and positioning gaps of MCP, outlines its progressive‑disclosure design, shows a file‑system structure, and discusses practical usage and early platforms for skill sharing.

AI agentsAgent SkillsAnthropic
0 likes · 12 min read
Why Anthropic Introduced Agent Skills and How They Could Transform AI Agents
AI Insight Log
AI Insight Log
Jan 15, 2026 · Artificial Intelligence

How Claude Code’s New MCP Tool Search Slashes Tokens and Solves Context Explosion

Claude Code introduces MCP Tool Search, a lazy‑loading mechanism that dynamically loads only needed tools, cutting token usage by over 67,000 tokens in large MCP setups, preventing context bloat, improving performance, and offering developers regex and BM25 search options with defer_loading support.

BM25Claude CodeContext management
0 likes · 6 min read
How Claude Code’s New MCP Tool Search Slashes Tokens and Solves Context Explosion
Tech Minimalism
Tech Minimalism
Jan 14, 2026 · Artificial Intelligence

Build Custom Claude Code Plugins: A Complete Step‑by‑Step Guide

This article walks you through the entire process of creating Claude Code plugins—from understanding why plugins are needed, setting up the directory structure, writing commands, agents, skills, and hooks, to testing, debugging, advanced features, and publishing—providing concrete code examples, configuration files, and best‑practice recommendations.

AI AssistantClaude CodeCustom Commands
0 likes · 19 min read
Build Custom Claude Code Plugins: A Complete Step‑by‑Step Guide
Architect's Tech Stack
Architect's Tech Stack
Jan 12, 2026 · Artificial Intelligence

How TuriX-CUA Lets AI Control Your Windows and macOS Desktop

TuriX-CUA is an open‑source Python framework that lets AI agents understand screen content and perform mouse‑keyboard actions on Windows and macOS, offering high success rates, model hot‑swapping, MCP integration, and step‑by‑step installation for desktop automation tasks.

AI automationMCPPython
0 likes · 7 min read
How TuriX-CUA Lets AI Control Your Windows and macOS Desktop
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 9, 2026 · Backend Development

How to Build a Lightweight, Scalable AI Code Telemetry System with MCP Architecture

This article details the design and implementation of a lightweight, non‑intrusive data‑collection framework for multiple AI coding tools—covering background challenges, industry solutions, design principles, a three‑layer MCP‑based architecture, concrete hook scripts, telemetry handling, cross‑platform deployment, and future enhancements.

AIAutomationCodeCollection
0 likes · 17 min read
How to Build a Lightweight, Scalable AI Code Telemetry System with MCP Architecture
Tech Minimalism
Tech Minimalism
Jan 8, 2026 · Artificial Intelligence

6 Must-Have Claude MCP Servers for Developers in 2025

This article evaluates the flood of Model Context Protocol (MCP) servers that have emerged since Anthropic released the protocol, defines clear criteria for selecting useful servers, and provides detailed installation steps, real‑world usage examples, and security best practices for six essential MCP servers that boost developer productivity.

AI assistantsAutomationClaude
0 likes · 15 min read
6 Must-Have Claude MCP Servers for Developers in 2025
Frontend AI Walk
Frontend AI Walk
Jan 4, 2026 · Artificial Intelligence

Skills vs MCP: How to Choose the Right Approach for AI Workflows

This article analytically compares Skills (brain‑level expertise) and MCP (external tool interface) for building AI agents, detailing their architectures, development effort, scalability, security, and real‑world use cases, and provides a decision framework to help engineers select the optimal combination.

AI agentsAutomationMCP
0 likes · 13 min read
Skills vs MCP: How to Choose the Right Approach for AI Workflows
FunTester
FunTester
Jan 4, 2026 · Artificial Intelligence

Turn AI Workflow Design into Drag‑and‑Drop Magic with Claude Code Workflow Studio

Claude Code Workflow Studio is a VSCode extension that lets you visually design, export, and run AI‑driven automation workflows without writing code, offering low cognitive load, AI‑assisted editing, Slack sharing, and Git‑friendly version control for test and data processing scenarios.

AI workflowAutomationClaude Code
0 likes · 13 min read
Turn AI Workflow Design into Drag‑and‑Drop Magic with Claude Code Workflow Studio
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Jan 2, 2026 · Artificial Intelligence

From ChatGPT to LLM‑Native: Building Intelligent AI Agents and Workflows with LangChain

The article explains why traditional chat‑based AI tools are limited to advice, introduces next‑generation LLM‑native applications that can understand, plan, and act, and provides a step‑by‑step guide on designing AI workflows, autonomous agents, hybrid architectures, and the Model Context Protocol (MCP) using LangChain.

AI agentsLLMLangChain
0 likes · 36 min read
From ChatGPT to LLM‑Native: Building Intelligent AI Agents and Workflows with LangChain
dbaplus Community
dbaplus Community
Jan 1, 2026 · Artificial Intelligence

Boost LLM Retrieval Accuracy with MCP – A Superior Alternative to RAG

This guide explains why traditional Retrieval‑Augmented Generation (RAG) struggles with precision, introduces the Model Context Protocol (MCP) as a standardized way for large language models to interact with external data sources, and provides step‑by‑step instructions for integrating MCP with MongoDB using Cherry Studio and VSCode +Cline.

FunctionCallMCPMongoDB
0 likes · 25 min read
Boost LLM Retrieval Accuracy with MCP – A Superior Alternative to RAG
Architect
Architect
Dec 31, 2025 · Artificial Intelligence

How Spring AI Implements the Model Context Protocol: A Deep Architecture Walkthrough

This article provides a detailed, source‑code‑level analysis of Spring AI’s Model Context Protocol (MCP) implementation, covering its layered architecture, core client‑server interaction steps, key components, runtime debugging with SSE, and practical code examples for building and testing MCP services in Java.

JavaMCPModel Context Protocol
0 likes · 23 min read
How Spring AI Implements the Model Context Protocol: A Deep Architecture Walkthrough
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 29, 2025 · Artificial Intelligence

When to Use MCP vs Skill? Decoding AI Agent Extensions

This article explains the fundamental differences between Model Context Protocol (MCP) and Agent Skills, covering their design philosophy, technical architecture, token costs, security considerations, practical use‑cases, and how they complement each other in building powerful AI agents.

AI integrationAgent SkillFunction Calling
0 likes · 19 min read
When to Use MCP vs Skill? Decoding AI Agent Extensions
AI Architecture Hub
AI Architecture Hub
Dec 28, 2025 · Artificial Intelligence

Spring AI’s Model Context Protocol: Architecture, Code Walkthrough & Debugging

This article provides a comprehensive analysis of Spring AI’s Model Context Protocol (MCP), covering its layered client‑server architecture, core interaction sequences, key source‑code components, and step‑by‑step debugging of the SSE‑based initialization flow, enabling developers to integrate AI capabilities into Java applications with confidence.

AI integrationDebuggingJava
0 likes · 20 min read
Spring AI’s Model Context Protocol: Architecture, Code Walkthrough & Debugging
Architecture and Beyond
Architecture and Beyond
Dec 27, 2025 · Artificial Intelligence

Turning Claude Skill Folders into Scalable Industry Workflows

This article explains how Anthropic's Claude Skill folders let you package domain expertise, scripts, and resources into reusable modules, differentiate Skills from prompts, combine them with MCP tools and workflows, and build a robust mixed Agent‑Workflow architecture for reliable enterprise automation.

AI agentsClaudeMCP
0 likes · 18 min read
Turning Claude Skill Folders into Scalable Industry Workflows
DevOps Engineer
DevOps Engineer
Dec 27, 2025 · Artificial Intelligence

Demystifying GitHub AI: Models, Agents, Spaces, Spark, and More

This article explains GitHub's AI ecosystem—Models, Copilot, Agents, Spaces, Spark, Instructions, Skills, and the Model Context Protocol—clarifying each component, their relationships, and practical steps for developers to integrate them into their workflow.

CopilotGitHub AIMCP
0 likes · 12 min read
Demystifying GitHub AI: Models, Agents, Spaces, Spark, and More
AI Insight Log
AI Insight Log
Dec 26, 2025 · Artificial Intelligence

Z Code Unites Claude, Gemini, and Codex in a Single AI Coding Hub

Z Code, a lightweight AI code editor now in Alpha for Mac and Windows, offers a visual GUI that bundles top agents Claude Code, Codex, and Gemini, enables single‑API‑key switching, provides granular permission modes, conversation‑based versioning, and built‑in Model Context Protocol support for external data sources.

AI code editorClaudeCodex
0 likes · 5 min read
Z Code Unites Claude, Gemini, and Codex in a Single AI Coding Hub
AI Tech Publishing
AI Tech Publishing
Dec 22, 2025 · Artificial Intelligence

How Agent Skills and MCP Servers Work Together

This article explains how Anthropic's Skills and Model Context Protocol (MCP) servers complement each other to let Claude agents follow specific workflows, access external tools, and produce consistent, reliable outputs, illustrated with real‑world use cases and a quick reference guide.

AI agentsAnthropicClaude
0 likes · 13 min read
How Agent Skills and MCP Servers Work Together
Wuming AI
Wuming AI
Dec 21, 2025 · Artificial Intelligence

Claude Agent Skills Explained: Differences, Installation, and Practical Use

This article demystifies Claude's Agent Skills by defining their structure, comparing them with Rules and MCP, illustrating progressive disclosure with concrete examples, and providing step‑by‑step installation and usage instructions for both official and custom skills.

AIAgent SkillsClaude
0 likes · 11 min read
Claude Agent Skills Explained: Differences, Installation, and Practical Use
BirdNest Tech Talk
BirdNest Tech Talk
Dec 21, 2025 · Industry Insights

How Agent Skills and MCP Are Redefining Enterprise AI in 2025

The report analyzes the rapid emergence of Claude Skills and OpenAI's Agentic Commerce Protocol, detailing their technical architectures, benchmark performance, cross‑platform compatibility, enterprise adoption metrics, security challenges, and strategic implications for businesses entering the agentic AI era.

AI agentsAgentic AIClaude Skills
0 likes · 20 min read
How Agent Skills and MCP Are Redefining Enterprise AI in 2025
Qborfy AI
Qborfy AI
Dec 17, 2025 · Artificial Intelligence

Unlocking AI Integration: A Hands‑On Guide to the Model Context Protocol (MCP)

The article introduces the Model Context Protocol (MCP), an open Anthropic standard that creates a secure, standardized, bidirectional bridge between large language models and external tools, then walks through its architecture, core components, Python server and client code, OpenAI integration, usage flow, ecosystem and future outlook.

AI integrationJSON-RPCMCP
0 likes · 8 min read
Unlocking AI Integration: A Hands‑On Guide to the Model Context Protocol (MCP)
Tencent Technical Engineering
Tencent Technical Engineering
Dec 15, 2025 · Artificial Intelligence

How to Add Human‑in‑the‑Loop Interrupts to LangGraph Agents for Safe, Controllable AI Workflows

This guide explains the concept of human‑in‑the‑loop (HITL) interruptions in LangGraph, outlines the core mechanisms such as persistent state and dynamic/static interrupts, and provides detailed Python examples for four classic patterns—approval/rejection, state editing, tool‑call review, and input validation—plus advanced topics like parallel interrupts and MCP‑based tool integration.

AI agentsHuman-in-the-LoopLangGraph
0 likes · 35 min read
How to Add Human‑in‑the‑Loop Interrupts to LangGraph Agents for Safe, Controllable AI Workflows
Frontend AI Walk
Frontend AI Walk
Dec 14, 2025 · Artificial Intelligence

Advanced AI Agent Skills: Behind the Scenes and a Developer’s Guide

This article explains the origins of AI Agent Skills, walks through the standard tool‑use loop, provides step‑by‑step code for defining and invoking Skills with the OpenAI API, compares Skills with the emerging Model Context Protocol (MCP), and offers practical guidance for developers and architects building AI‑enabled systems.

AI Agent SkillsFunction CallingMCP
0 likes · 11 min read
Advanced AI Agent Skills: Behind the Scenes and a Developer’s Guide
Bilibili Tech
Bilibili Tech
Dec 12, 2025 · Artificial Intelligence

Turning a Simple JS Function into a Cross‑Platform AI Tool with MCP

This article details how we built an AI‑tool ecosystem by evolving a basic online JS cloud‑function platform into a unified, reusable capability layer that integrates with Flowise, LangChain StructuredTool, and the Model Context Protocol (MCP) to provide secure, cross‑platform tool calls for agents.

AI toolsLangChainMCP
0 likes · 20 min read
Turning a Simple JS Function into a Cross‑Platform AI Tool with MCP
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 9, 2025 · Artificial Intelligence

Building Human‑in‑the‑Loop Agent Workflows with MCP on OpenLM

This article explains how to design and implement Human‑in‑the‑Loop (HITL) interactions for large‑model agents on Alibaba's OpenLM platform, covering the challenges of server‑side execution, MCP transport extensions, tool‑calling patterns, timeout handling, and UI rendering strategies across multiple client devices.

AgentHuman-in-the-LoopMCP
0 likes · 39 min read
Building Human‑in‑the‑Loop Agent Workflows with MCP on OpenLM
DeWu Technology
DeWu Technology
Dec 8, 2025 · Artificial Intelligence

Unlocking Model Context Protocol (MCP): A Deep Dive into AI‑Database Integration

This article provides a comprehensive technical overview of the Model Context Protocol (MCP), an open‑standard JSON‑RPC 2.0 protocol that enables large language models to securely interact with external data sources, tools, and services, detailing its design, architecture, Python SDK implementation, transport mechanisms, and real‑world deployment examples such as the DW‑DBA‑MCP project.

LLMMCPModel Context Protocol
0 likes · 45 min read
Unlocking Model Context Protocol (MCP): A Deep Dive into AI‑Database Integration
AI Insight Log
AI Insight Log
Dec 8, 2025 · Artificial Intelligence

How to Teach Claude Any Framework in 20 Minutes with Skill Seekers

This article explains how the open‑source Skill Seekers tool automates the extraction, cleaning, structuring, and packaging of documentation, code repositories, and PDFs into Claude‑compatible Skills, enabling rapid onboarding of obscure frameworks while highlighting conflict detection, MCP integration, and practical usage tips.

AI toolingClaudeETL
0 likes · 9 min read
How to Teach Claude Any Framework in 20 Minutes with Skill Seekers
Wuming AI
Wuming AI
Dec 7, 2025 · Artificial Intelligence

What Is MCP and How It Revolutionizes AI Tool Integration

This article explains the MCP protocol for AI agents, detailing why a universal tool‑calling standard is needed, how it solves the M×N integration nightmare, the roles and execution stages involved, and demonstrates its use with Cherry Studio while highlighting current limitations.

AI AgentCherry StudioLLM
0 likes · 20 min read
What Is MCP and How It Revolutionizes AI Tool Integration
Instant Consumer Technology Team
Instant Consumer Technology Team
Dec 4, 2025 · Artificial Intelligence

How to Build an AI‑Powered Jira Assistant with LangGraph, RAG, and MCP

This article walks through the design and implementation of an AI‑driven Jira assistant that uses LangGraph as the agent brain, Retrieval‑Augmented Generation for knowledge access, and a Model Context Protocol (MCP) server to execute Jira operations, complete with architecture diagrams, code snippets, and practical use cases.

AI AgentJira AutomationLangGraph
0 likes · 12 min read
How to Build an AI‑Powered Jira Assistant with LangGraph, RAG, and MCP
21CTO
21CTO
Dec 1, 2025 · Artificial Intelligence

New Features in Anthropic’s Model Context Protocol: Tasks, OAuth & Security

Celebrating one year since its debut, Anthropic’s Model Context Protocol (MCP) releases a major update that introduces task‑based workflows, URL‑based OAuth client registration, enhanced security requirements, extensible components, and a suite of new features aimed at improving reliability, observability, and developer flexibility.

AIAnthropicMCP
0 likes · 6 min read
New Features in Anthropic’s Model Context Protocol: Tasks, OAuth & Security
Instant Consumer Technology Team
Instant Consumer Technology Team
Dec 1, 2025 · Artificial Intelligence

Understanding AIGC, RAG, Function Calling, and the MCP Protocol: A Practical AI Guide

This article explains the fundamentals of AI‑generated content (AIGC), the Retrieval‑Augmented Generation (RAG) technique, Function Calling, autonomous agents, and the Model Context Protocol (MCP), highlighting their evolution, technical workflows, limitations, and real‑world examples for developers.

AIAIGCFunction Calling
0 likes · 19 min read
Understanding AIGC, RAG, Function Calling, and the MCP Protocol: A Practical AI Guide
DataFunTalk
DataFunTalk
Dec 1, 2025 · Artificial Intelligence

Is MCP Losing Its Edge? A One‑Year Review and the Rise of A2A

Marking its one‑year anniversary, the Model Context Protocol (MCP) receives a critical update that adds experimental task primitives, a new client‑metadata registration, security hardening, and sampling tools, while the competing A2A protocol offers built‑in multi‑agent support, stronger security by default, and broader industry backing, highlighting a clear shift in agent communication standards.

A2AAgentic AIMCP
0 likes · 13 min read
Is MCP Losing Its Edge? A One‑Year Review and the Rise of A2A
Data Party THU
Data Party THU
Nov 25, 2025 · Artificial Intelligence

What $47,000 Taught Us About Deploying Multi‑Agent AI Systems

After spending $47,000 running four LangChain agents in production, we reveal the hidden costs of A2A communication and Anthropic’s MCP, expose seven common deployment pitfalls, and argue that dedicated AI infrastructure is essential for scalable multi‑agent systems.

A2A communicationAI InfrastructureCost Optimization
0 likes · 13 min read
What $47,000 Taught Us About Deploying Multi‑Agent AI Systems
JD Tech Talk
JD Tech Talk
Nov 19, 2025 · Backend Development

Boost Java Microservice Debugging with Easy Code Reader MCP Server

The article explains how Easy Code Reader MCP Server integrates with Joycode and large language models to automatically retrieve and analyze Java source code across multiple projects or JAR files, improving code‑agent accuracy and developer productivity.

AI-assisted developmentJavaMCP
0 likes · 20 min read
Boost Java Microservice Debugging with Easy Code Reader MCP Server
JD Cloud Developers
JD Cloud Developers
Nov 19, 2025 · Backend Development

Boost Java Microservice Analysis with Easy Code Reader MCP

This article explains how the Easy Code Reader MCP server integrates with large language models to automatically locate, read, and analyze Java source code across multiple micro‑services and JAR files, improving code‑agent accuracy and developer productivity through a set of practical tools and step‑by‑step examples.

Easy Code ReaderJavaMCP
0 likes · 22 min read
Boost Java Microservice Analysis with Easy Code Reader MCP
JavaGuide
JavaGuide
Nov 19, 2025 · Artificial Intelligence

Spring AI 1.1 Released: Explosive New Features for Java AI Development

Spring AI 1.1.0 arrives with a major overhaul, adding out‑of‑the‑box Model Context Protocol support, five‑mode prompt caching that can cut LLM costs by up to 90%, reasoning APIs, recursive advisors, a broadened model ecosystem, enhanced vector‑store and chat‑memory options, and richer observability integrations.

AI integrationJavaMCP
0 likes · 9 min read
Spring AI 1.1 Released: Explosive New Features for Java AI Development
Alipay Experience Technology
Alipay Experience Technology
Nov 18, 2025 · Mobile Development

Boosting KMP Native Cross‑Platform Development with AI Agents: Real‑World Practices

This article details how Alipay's engineering team built an AI‑Agent‑powered coding assistant for Kotlin Multiplatform (KMP) native cross‑platform development, covering architecture, UI generation from designs and images, RAG‑based knowledge retrieval, crash analysis, and future directions for AI‑driven software engineering.

AI AgentCompose MultiplatformKMP
0 likes · 20 min read
Boosting KMP Native Cross‑Platform Development with AI Agents: Real‑World Practices
Python Programming Learning Circle
Python Programming Learning Circle
Nov 10, 2025 · Artificial Intelligence

How Jupyter MCP Server Bridges Large Language Models with Real‑Time Coding

The article introduces the Jupyter MCP server, an extension that implements the Model Context Protocol to enable seamless, secure integration of large language models with Jupyter’s kernels, file system, and terminals, and details its architecture, core features, deployment steps, API mechanisms, and security considerations.

AIIntegrationJupyter
0 likes · 11 min read
How Jupyter MCP Server Bridges Large Language Models with Real‑Time Coding
Fun with Large Models
Fun with Large Models
Nov 8, 2025 · Artificial Intelligence

Unlocking LangChain 1.0 create_agent: Advanced MCP, Structured Output, Memory & Middleware

This guide dives into the four advanced capabilities of LangChain 1.0's create_agent API—MCP tool integration, structured output, memory management, and middleware—showcasing practical examples such as an Amap MCP planner, Pydantic‑based response formatting, InMemorySaver chat history, and custom middleware for dynamic model selection.

AI agentsLangChainMCP
0 likes · 22 min read
Unlocking LangChain 1.0 create_agent: Advanced MCP, Structured Output, Memory & Middleware
Bilibili Tech
Bilibili Tech
Nov 7, 2025 · Information Security

How AI-Driven Automation Transforms Security Alert Operations and Incident Tracing

This article explores the evolution of security alert automation from manual verification to SOAR and AI-driven solutions, detailing MCP-based AI agents, integration with various security tools, practical case studies of honey‑pot, HIDS, and EDR alert tracing, and the resulting efficiency gains and future outlook.

AIAlert AnalysisMCP
0 likes · 16 min read
How AI-Driven Automation Transforms Security Alert Operations and Incident Tracing
Sohu Tech Products
Sohu Tech Products
Nov 5, 2025 · Artificial Intelligence

Unlock AI Superpowers: 5 Free Open‑Source MCP Services You Can Deploy in 10 Minutes

This article introduces five free, open‑source Model Context Protocol (MCP) services that extend AI capabilities—covering web scraping, browser automation, document‑to‑Markdown conversion, real‑time documentation, and structured reasoning—along with concise step‑by‑step setup instructions for each.

AI automationBrowser AutomationDocument Conversion
0 likes · 19 min read
Unlock AI Superpowers: 5 Free Open‑Source MCP Services You Can Deploy in 10 Minutes
Efficient Ops
Efficient Ops
Nov 5, 2025 · Operations

Boost Ops Efficiency: Exploring 8 Essential MCP Components for Smart Automation

This article introduces eight core MCP components—Grafana, Jenkins, K8s, Playwright, GitHub, Zabbix, Prometheus, and Alibaba Cloud—detailing how each enhances monitoring, automation, resource management, and performance optimization, thereby dramatically improving operational efficiency and reducing manual workload.

AutomationCloud ManagementDevOps
0 likes · 6 min read
Boost Ops Efficiency: Exploring 8 Essential MCP Components for Smart Automation
Instant Consumer Technology Team
Instant Consumer Technology Team
Nov 3, 2025 · Artificial Intelligence

Large Language Models Power Big Data SRE Knowledge & Root‑Cause Automation

Facing the growing complexity of big‑data platforms, the SRE team adopted large‑language‑model agents to automate knowledge management and root‑cause analysis, employing Retrieval‑Augmented Generation, a vector store, and the Model Context Protocol to enable intelligent, scalable, and efficient incident diagnosis and resolution.

AIMCPRAG
0 likes · 12 min read
Large Language Models Power Big Data SRE Knowledge & Root‑Cause Automation