Files
ccextractor/.mcp.json
Rahul Tripathi 46cee0893a feat: DVB-003 - Add --no-dvb-dedup CLI flag
- Added no_dvb_dedup field to ccx_s_options structure
- Initialized to 0 (deduplication enabled by default)
- Added --no-dvb-dedup CLI flag in Rust args parser
- Added flag to Options struct in lib_ccxr
- Wired flag through Rust-to-C FFI boundary in common.rs
- Modified dvbsub_handle_display_segment to respect flag
- Dedup logic only runs when no_dvb_dedup is false (default)
- Added help text describing flag purpose
2026-01-16 14:11:13 +05:30

1 line
147 B
JSON

{"mcpServers":{"MCP_DOCKER":{"command":"docker","args":["mcp","gateway","run"],"type":"stdio","alwaysAllow":["obsidian_batch_get_file_contents"]}}}