REPO-SYNCED IMPLEMENTATION REFERENCE

The reference adapter docs now live on the website too

These pages are generated from MCPAQL/mcpaql-adapter so implementers can read the runtime architecture, practical guides, and ADRs on the website instead of bouncing out to GitHub.

How To Use This Section

  • Use Adapter Patterns to choose the correct target-system shape first.
  • Use this repo-synced section for runtime architecture, development workflow, testing guidance, migration notes, and implementation ADRs.
  • When you need normative protocol rules, jump to the website-hosted Full Spec Reference.

Overview

MCP-AQL Reference Adapter

Reference implementation for MCP-AQL (Model Context Protocol - Advanced Agent API Adapter Query Language) adapters.

Repository source

Architecture

Schema-Driven Dispatch

This document specifies the schema-driven dispatch pattern that enables declarative operation definitions with automatic parameter resolution, validation, and handler invocation. This is an optional but recommended patte

Support document Draft

MCP-AQL Architecture Overview

This document describes the architecture of MCP-AQL adapters, explaining how they transform existing APIs and services into MCP-AQL compliant endpoints. It covers the core components, request flow, and design principles

Support document Draft

Plugin System Implementation

This document defines the plugin system implementation for the MCP-AQL adapter runtime, including plugin resolution, composition pipeline, execution order, and the behavior of MVP built-in plugins.

Support document Draft (MVP)

Universal Adapter Runtime Specification

This document defines the Universal Adapter Runtime specification - the execution engine that interprets adapter schema files and translates MCP-AQL CRUDE operations to target API calls. The runtime enables schema-driven

Support document Draft (MVP)

Guides

MCP-AQL Adapter Development Guide

This guide provides practical instructions for developing MCP-AQL compliant adapters. It covers the implementation steps, required components, and best practices for building adapters that wrap existing services.

Support document Draft

Migration Guide: MCP Server to MCP-AQL Adapter

This guide walks through the process of migrating an existing Model Context Protocol (MCP) server — one that exposes individual tools — to an MCP-AQL adapter that consolidates those tools into semantic CRUDE endpoints. T

Support document Draft

MCP-AQL Adapter Testing Guide

This guide defines testing patterns and strategies for MCP-AQL adapter implementations. It covers unit testing, integration testing, endpoint routing validation, introspection verification, and conformance testing.

Support document Draft

ADRs

Architecture Decision Records

This directory contains Architecture Decision Records (ADRs) for implementation decisions in the MCP-AQL adapter.

Support document

Examples

Examples

Minimal working examples demonstrating MCP-AQL adapter patterns.

Repository source