Expand description
Library surface of the scone binary (MCP server module).
Modules§
- mcp
- MCP server: persistent memory for any MCP agent (spec §8).
- serve
- Self-hostable HTTP API (spec §8): the same core calls the CLI and MCP make — no privileged path. Every request authenticates with a Bearer key bound to exactly one space (per-key scoping; memory/bugs.md P-1), and bounds mirror the MCP surface (P-4).
- setup
scone setup <client>: plug and play (gap-analysis P1). Zero questions: detect the binary, write the config, say what happened.