OneChainCodeReviewMCP 0.1.1

MCP server: Move Book chapters + One Chain hackathon audit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "OneChainCodeReviewMCP"
version = "0.1.1"
edition = "2024"
description = "MCP server: Move Book chapters + One Chain hackathon audit"
license = "MIT"
keywords = ["mcp", "move", "sui", "onechain", "hackathon"]
categories = ["development-tools"]

[dependencies]
rmcp = { version = "0.3", features = ["server", "macros", "transport-io"] }
schemars = "1"
tokio = { version = "1.46", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "std", "fmt"] }