What Is an MCP Server?
An MCP server is a small program that exposes tools, data or prompt templates to an AI agent over the Model Context Protocol, an open standard Anthropic open sourced on 25 November 2024, according to …
An MCP server is a small program that exposes tools, data or prompt templates to an AI agent over the Model Context Protocol, an open standard Anthropic open sourced on 25 November 2024, according to …
A preliminary study by Pengcheng Xu, published by AgentConnect, found that coding agents often prefer grep over Language Server Protocol (LSP) semantic navigation for symbol localization tasks, with s…
The Model Context Protocol (MCP) is not a new idea but a new interface that mirrors GraphQL's introspection pattern, according to an analysis of the protocol. MCP uses JSON-RPC 2.0 and borrows from th…
A new arXiv study (2608.13568v1) finds that semantic retrieval via the Language Server Protocol (LSP) is not more token-efficient than lexical grep for coding agents, with token costs increasing by +6…
In a blog post, Mac Wright highlights TypeScript 7, Microsoft's rewrite of the TypeScript compiler in Go, which is significantly faster and now supports the Language Server Protocol, enabling standard…
OpenChamber, an MIT-licensed agentic development environment, has reached nearly 8,000 GitHub stars and hit the Hacker News front page this week, positioning itself as a third-party frontend for the o…
A developer outlines a tripartite architecture for production-grade AI agents, integrating the Language Server Protocol (LSP) for deterministic code understanding, a local-first design for data sovere…
A developer's deep dive on tamiz.pro introduces 'Codeburn,' an architectural pattern that uses Language Server Protocol (LSP) feedback loops to constrain AI coding agents like Devin, Cursor, and Copil…
Ben O'Mahony, Principal AI Engineer at Thoughtworks, presented a talk on using OpenTelemetry data from developer interactions with an AI-powered Language Server Protocol to train smaller, faster model…
Anthropic's Model Context Protocol (MCP) standardizes how LLM-powered applications connect to data sources, replacing custom integrations with a single interface. The protocol uses JSON-RPC 2.0 and su…
GitHub Copilot CLI now supports Language Server Protocol (LSP) integration through a new LSP Setup skill, replacing the agent's previous brute-force method of extracting JAR files and grepping through…