afps-spec

Changelog

v2.0.5 — 2026-05-26

JSON Schema cross-field rules, _meta namespace enforcement, schema tightenings, and Appendix A completion. Still within the 2.0 draft window; the schema additions reject shapes the spec text already forbids and the spec edits are editorial or additive.

Schema (@afps-spec/schema@2.0.5)

Specification

Examples

v2.0.4 — 2026-05-26

Schema tightenings + §7.6 editorial correction. No spec breaking changes: both schema tightenings reject shapes the spec text already forbids; the §7.6 edit aligns the prose with the worked example (and with RFC 7617).

Schema (@afps-spec/schema@2.0.4)

Specification

Documentation

v2.0.2 — 2026-05-26

Breaking refactor of the mcp-server package type + rename of integration per-tool policy field. AFPS 2.0 is still flagged Draft in spec.md; this revision lands while the draft window is open. Producers that emitted mcp-server or integration manifests under v2.0.0/v2.0.1 must migrate.

Specification

Schema (@afps-spec/schema@2.0.2)

Migration

A v2.0.0 / v2.0.1 mcp-server manifest of the form

{
  "manifest_version": "0.3",
  "name": "fetch-json",
  "version": "1.0.0",
  "server": { ... },
  "_meta": { "dev.afps/mcp-server": { "name": "@example/fetch-json", "type": "mcp-server" } }
}

migrates to

{
  "name": "@example/fetch-json",
  "version": "1.0.0",
  "type": "mcp-server",
  "schema_version": "2.0",
  "manifest_version": "0.3",
  "server": { ... }
}

(scoped name lifted from _meta to the root; type and schema_version added; the _meta AFPS-identity block deleted).


v2.0.1 — 2026-05-26

Post-release clarifications and corrections from the SOTA alignment audit (claudedocs/spec-audit-2026-05-26.md). No breaking-by-design changes; one default value corrected to match the upstream RFC, one additive auth type.

Specification

Schema (@afps-spec/schema@2.0.1)


v2.0.0 — 2026-05-24

Major, breaking revision. AFPS 2.0 adopts a snake_case field vocabulary across all package types, replaces the tool and provider package types with mcp-server and integration, and adopts the Model Context Protocol _meta mechanism as the single extension point.

Specification

Schema (@afps-spec/schema@2.0.0)


v1.2.0 — 2026-05-09

Specification

Schema (@afps-spec/schema@1.5.0)


Schema (@afps-spec/schema@1.4.0) — 2026-04-25


v1.1.1 — 2026-04-11

Specification

Schema (@afps-spec/schema@1.3.1)


v1.1.0 — 2026-04-11

Specification

Schema (@afps-spec/schema@1.3.0)


v1.0.2 — 2026-04-10

Specification

Schema (@afps-spec/schema@1.2.2)


v1.0.1 — 2026-04-01

Renamed

Schema

Examples


v1.0 — 2026-03-15

Initial release of the Agent Format Packaging Standard (AFPS) v1.0.

Specification

Package Types

Schemas

Dependencies

Distribution

Repository