MCP Plugin Architecture Remediation

Completed the high-priority findings from the gpt-5.5 architecture review. Development plugins are opt-in and production defaults are safer.

Completed Changes

Validation

python -m unittest -q test_mcp_tool_plugins.py passed all 30 tests on 2026-09-05. Python compilation, shell syntax, and git diff checks passed.

Install The rc Child

The rc child was installed successfully at /etc/rcs/misc-mcp with root:root ownership and mode 0755. Its status check reports not running when stopped; it is ready for rc.local startup.

Remaining Boundary

Development plugins execute in the MCP process when enabled. The operator has explicitly accepted supervised development execution: enable MISC_MCP_DEV_MODE=1 manually, observe logs, and stop the process when finished. Production rc.local startup keeps MISC_MCP_DEV_MODE=0.

version 1