Glyph Protocol 1.0.0
Glyph Protocol 1.0.0
First stable release of the Glyph wire protocol.
What's included
- Protocol 1.0 — content-addressed signed cards (ed25519), receipts, sanitization, pinning, confirmation gate
- 14 npm packages under
@glyphp/*— core, types, client, server, cli, conformance, resolver, adapters (mcp, mcp-server, openapi), integrations (vercel-ai, langchain, llamaindex, openai-agents) - Python SDK —
pip install glyph-protocol - Go SDK —
go get github.com/Monoperro0207/glyph-protocol/sdks/go/glyphprotocol@v1.0.0 - RFC-0001 — Key Registry with rotation & revocation
- Conformance suite — 4 levels (discovery, execution, security, governance)
- Canonical test vectors — cross-language interop
Install
npm install @glyphp/server @glyphp/client
pip install glyph-protocol
go get github.com/Monoperro0207/glyph-protocol/sdks/go/glyphprotocol@v1.0.0See README, CHANGELOG-PROTOCOL.md, and RFC-0001.