sephera_mcp 0.5.0

MCP server for Sephera — exposes LOC analysis, context packs, and dependency graphs to AI agents over the Model Context Protocol.
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.85"
name = "sephera_mcp"
version = "0.5.0"
authors = ["reim"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server for Sephera — exposes LOC analysis, context packs, and dependency graphs to AI agents over the Model Context Protocol."
homepage = "https://sephera.vercel.app"
documentation = "https://docs.rs/sephera_mcp"
readme = false
keywords = [
    "mcp",
    "ai",
    "context",
    "llm",
    "tree-sitter",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "GPL-3.0-only"
repository = "https://github.com/Reim-developer/Sephera"

[lib]
name = "sephera_mcp"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.rmcp]
version = "1.3.0"
features = [
    "server",
    "macros",
    "transport-io",
]

[dependencies.schemars]
version = "1"

[dependencies.sephera_core]
version = "0.5.0"

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

[dependencies.serde_json]
version = "1"

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

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