org-mcp-server 0.0.6

Model Context Protocol (MCP) server providing AI assistants with access to org-mode knowledge bases through search, content retrieval, and ID-based lookups
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"
name = "org-mcp-server"
version = "0.0.6"
authors = ["Sebastián Zaffarano <sebastian.zaffarano@elastic.co>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Model Context Protocol (MCP) server providing AI assistants with access to org-mode knowledge bases through search, content retrieval, and ID-based lookups"
documentation = "https://github.com/szaffarano/org-mcp-server"
readme = "README.md"
license = "MIT"
repository = "https://github.com/szaffarano/org-mcp-server"

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

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "derive",
]

[dependencies.config]
version = "0.15"

[dependencies.org-core]
version = "0.0.6"

[dependencies.rmcp]
version = "0.14.0"
features = [
    "transport-io",
    "transport-child-process",
    "transport-streamable-http-server",
    "transport-worker",
    "client",
]

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1"
features = [
    "io-std",
    "macros",
    "process",
    "rt",
    "rt-multi-thread",
    "signal",
    "io-std",
    "macros",
    "process",
    "rt",
    "rt-multi-thread",
    "signal",
]

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = [
    "env-filter",
    "std",
    "fmt",
    "env-filter",
    "std",
    "fmt",
]

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.temp-env]
version = "0.3.6"

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

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

[dev-dependencies.tracing-test]
version = "0.2.5"
features = [
    "no-env-filter",
    "no-env-filter",
]