Skip to content

Commit 2dc511f

Browse files
committed
feat: enable MCP server by default
Enable the MCP (Model Context Protocol) server feature by default. This allows AI agents to interact with ADR repositories out of the box without requiring users to rebuild with --features mcp. Binary size impact: +2.5MB (6.4MB -> 8.9MB) Dependency count: +~200 dependencies Users who want to disable MCP can still build with --no-default-features. Closes #164
1 parent 7315b8d commit 2dc511f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/adrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "adrs"
1313
path = "src/main.rs"
1414

1515
[features]
16-
default = []
16+
default = ["mcp"]
1717
mcp = ["rmcp", "schemars", "tokio"]
1818
mcp-http = ["mcp", "tokio-util", "axum"]
1919

0 commit comments

Comments
 (0)