MCP and tool discovery
The Model Context Protocol (MCP), an open standard proposed by Anthropic in late 2024, enables websites to expose queryable tools directly to AI agents via JSON-RPC, replacing UI scraping with structu…
The Model Context Protocol (MCP), an open standard proposed by Anthropic in late 2024, enables websites to expose queryable tools directly to AI agents via JSON-RPC, replacing UI scraping with structu…
A developer built an MCP (Model Context Protocol) server using Spring AI with JSON-RPC and Server-Sent Events (SSE) transport. The implementation enables standardized tool exposure for AI agents by le…
A developer built a local MCP server that provides Claude Code with real PR context, including blame history, linked issues, and structured review formats. The tool reduces PR review time from 90 seco…
Anthropic has developed the Model Context Protocol (MCP), an open-source protocol that enables AI models to directly access external systems such as databases, files, and internal tools for fresh and …
A developer built an AI-orchestrated 3D asset pipeline that converts JPEG images into game-ready GLB files without manual Blender use. The system uses an AI agent operating Blender through the Model C…
A Laravel developer has built a production-grade Model Context Protocol (MCP) server using HTTP+SSE transport, enabling external AI agents to discover, authenticate against, and invoke Laravel-based t…