Releases: devteapot/slop
v0.2.0
Stable 0.2.0 release.
Highlights:
- SDK and protocol hardening across TypeScript, Python, Go, and Rust
- discovery package and local provider discovery improvements
- turnkey MCP Apps bridge server for exposing SLOP providers in MCP Apps hosts
- clarified docs for installed bridge vs custom MCP App usage
- CLI release assets for supported platforms
v0.2.0-rc.4
Release candidate with the turnkey MCP Apps bridge server, discovery README, package README updates, and clarified installed-bridge vs custom-MCP-App documentation.
v0.2.0-rc.3
Release candidate for the 0.2 SDK release.
This RC includes:
Highlights since v0.1.0:
- Adds the new @slop-ai/discovery public package.
- Adds the new @slop-ai/mcp-apps-bridge public package.
- Brings discovery parity and hardening across TypeScript, Python, Go, and Rust SDKs.
- Formalizes MCP interoperability and adds MCP Apps bridge support.
- Reserves node-field keywords in patch paths across spec and SDK conformance.
- Includes broader SDK, transport, docs, examples, extension, and desktop updates.
RC validation focus:
- Confirm existing npm packages publish via Trusted Publishing.
- Bootstrap npm publishing/trusted-publisher setup for @slop-ai/discovery and @slop-ai/mcp-apps-bridge.
- Confirm the @slop-ai/discovery package preserves its slop-discovery CLI bin.
- Confirm prerelease behavior skips Chrome extension and desktop release jobs as expected.
- Smoke-test discovery, consumer tooling, transport behavior, and MCP bridge flows before promoting v0.2.0.
v0.2.0-rc.2
Release candidate for the 0.2 SDK release.
This RC includes the npm trusted-publishing workflow fix from #47 so existing @slop-ai/* packages can publish through GitHub OIDC instead of the expired npm token.
Highlights since v0.1.0:
- Adds the new @slop-ai/discovery public package.
- Adds the new @slop-ai/mcp-apps-bridge public package.
- Brings discovery parity and hardening across TypeScript, Python, Go, and Rust SDKs.
- Formalizes MCP interoperability and adds MCP Apps bridge support.
- Reserves node-field keywords in patch paths across spec and SDK conformance.
- Includes broader SDK, transport, docs, examples, extension, and desktop updates.
RC validation focus:
- Confirm existing npm packages publish via Trusted Publishing.
- Bootstrap npm publishing/trusted-publisher setup for the new @slop-ai/discovery and @slop-ai/mcp-apps-bridge packages if the npm job reaches them and fails there.
- Confirm prerelease behavior skips Chrome extension and desktop release jobs as expected.
- Smoke-test discovery, consumer tooling, transport behavior, and MCP bridge flows before promoting v0.2.0.
v0.2.0-rc.1
Release candidate for the 0.2 SDK release.
Highlights:
- Adds the new @slop-ai/discovery public package.
- Adds the new @slop-ai/mcp-apps-bridge public package.
- Brings discovery parity and hardening across TypeScript, Python, Go, and Rust SDKs.
- Formalizes MCP interoperability and adds MCP Apps bridge support.
- Reserves node-field keywords in patch paths across spec and SDK conformance.
- Includes broader SDK, transport, docs, examples, extension, and desktop updates since v0.1.0.
RC validation focus:
- Confirm npm trusted publishing for the new @slop-ai/* packages.
- Confirm PyPI, crates.io, and Go subdirectory tagging paths.
- Confirm prerelease behavior skips Chrome extension and desktop release jobs as expected.
- Smoke-test discovery, consumer tooling, transport behavior, and MCP bridge flows before promoting v0.2.0.
v0.1.0
SLOP Protocol v0.1.0
First public release of the State Lazy Observation Protocol.
SDKs
- TypeScript — core, client, server, consumer, React, Vue, Svelte, Solid, Angular, TanStack Start, OpenClaw plugin
- Python — slop-ai
- Go — slop-ai
- Rust — slop-ai
Applications
- Desktop app (Tauri) for macOS, Linux, Windows
- CLI inspector
- Chrome extension
Documentation
- Protocol specification
- Getting started guides
- SDK API references
- Advanced guides (custom transports, middleware, testing)
Full docs at https://docs.slopai.dev
v0.1.0-rc.10
Release candidate for v0.1.0. npm publish without provenance (repo still private).