You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Enhancement: Flexible MCP Configuration
Currently dialectic has hardcoded MCP server configuration. We should extend it to support per-test-directory configuration.
Proposed approach:
mcp-config.jsonfileExample directory structure:
Example mcp-config.json:
{ "servers": { "socratic-shell": { "command": "python", "args": ["-m", "socratic_shell"], "env": {"SOCRATIC_SHELL_LOG": "/tmp/memory-debug.log"} } }, "allowed_tools": ["mcp__socratic-shell__read_in"] }Benefits:
Current workaround: Hardcode memory bank server in dialectic runner for memory tests.