mcp-context-server 0.1.0

MCP server exposing context tools over JSON-RPC 2.0 stdio transport
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 = "2021"
name = "mcp-context-server"
version = "0.1.0"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "NOTICE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server exposing context tools over JSON-RPC 2.0 stdio transport"
homepage = "https://github.com/contextenginehq/context-engine"
documentation = "https://docs.rs/mcp-context-server"
readme = "README.md"
keywords = [
    "mcp",
    "context",
    "json-rpc",
    "llm",
    "ai-agents",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/contextenginehq/context-mcp-server"

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

[[bin]]
name = "mcp-context-server"
path = "src/main.rs"

[dependencies.context-core]
version = "0.1.0"

[dependencies.jsonschema]
version = "0.41.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "io-util",
    "io-std",
    "time",
]

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.sha2]
version = "0.10"

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