mcpmem-runtime 2.0.0

Feature-gated runtime role composition for the mcpmem MCP server.
Documentation
[package]
name = "mcpmem-runtime"
version = "2.0.0"
edition = "2024"
license = "Apache-2.0"
description = "Feature-gated runtime role composition for the mcpmem MCP server."
repository = "https://github.com/abankowski/mcpmem"
readme = "README.md"

[dependencies]
mcpmem-core = { path = "../mcpmem-core", version = "2.0.0" }
thiserror = "2.0"
tokio = { version = "1.41", features = ["rt", "sync"] }

[features]
indexer = []
webhooks = []

[lints]
workspace = true