post-cortex-mcp 0.3.1

Model Context Protocol (MCP) tool definitions for post-cortex. Pure library — embed in rmcp, custom MCP servers, or anywhere else; no rmcp / axum / tonic transport dependencies.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.90"
name = "post-cortex-mcp"
version = "0.3.1"
authors = ["Julius ML"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Model Context Protocol (MCP) tool definitions for post-cortex. Pure library — embed in rmcp, custom MCP servers, or anywhere else; no rmcp / axum / tonic transport dependencies."
documentation = "https://docs.rs/post-cortex-mcp"
readme = "README.md"
keywords = [
    "mcp",
    "tools",
    "post-cortex",
    "ai",
    "memory",
]
categories = [
    "api-bindings",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/juliusbiascan/post-cortex"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["embeddings"]
embeddings = ["post-cortex-memory/embeddings"]
otel = []

[lib]
name = "post_cortex_mcp"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.arc-swap]
version = "1.7"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.log]
version = "0.4"

[dependencies.post-cortex-core]
version = "0.3.1"

[dependencies.post-cortex-embeddings]
version = "0.3.1"
default-features = false

[dependencies.post-cortex-memory]
version = "0.3.1"

[dependencies.post-cortex-storage]
version = "0.3.1"

[dependencies.schemars]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.42"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.11"
features = [
    "v4",
    "serde",
]

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.tokio-test]
version = "0.4"

[lints.clippy]
doc_lazy_continuation = "allow"
field_reassign_with_default = "allow"
manual_checked_ops = "allow"
manual_div_ceil = "allow"
needless_range_loop = "allow"
result_large_err = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unnecessary_sort_by = "allow"
useless_vec = "allow"

[lints.rust]
missing_docs = "warn"