Commit 2dc511f
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 #1641 parent 7315b8d commit 2dc511f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments