Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.65 KB

File metadata and controls

57 lines (36 loc) · 1.65 KB

VCP Inspector

Try the Value-Context Protocol in 30 seconds.

Live License: MIT


What It Does

An interactive web tool for exploring the Value-Context Protocol (VCP). Four tabs:

Tab Description
Decode Paste any VCP token — get a layer-by-layer breakdown with syntax highlighting
Encode Build a CSM-1 token interactively with live preview
Capability Simulate capability negotiation — select extensions, see VCP-Hello/VCP-Ack exchange
Examples Pre-loaded tokens from real use cases drawn from the VCP spec

Tech Stack

  • SvelteKit with static adapter (fully prerendered)
  • Tailwind CSS for styling
  • Zero backend — all VCP logic runs client-side in pure TypeScript
  • Deployed on Vercel at inspector.valuecontextprotocol.org

Development

npm install
npm run dev

Related

License

MIT


A Creed Space project.