Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 750 Bytes

File metadata and controls

25 lines (18 loc) · 750 Bytes

S2SP Protocol Website

Documentation website for the S2SP (Server-to-Server Protocol) for MCP.

Live at: https://s2sp-protocol.github.io/

Pages

  • Home — overview, quick start, token savings
  • Introduction — concepts, architecture, flow
  • Protocol — data model, async/sync modes, security
  • SDK — API reference, resource/consumer tools
  • Demos — weather agent demo
  • Tutorial — Claude Desktop setup, video

Development

# Serve locally
python -m http.server 8000

# Regenerate diagram images
pip install matplotlib numpy
python gen_web_images.py