[MCP] Add EEGPrep agent server - #233
Conversation
|
Claude finished @suraj-ranganath's task in 3m 30s —— View job Code review
BlockingNone. ImportantNone. Nits
Test gaps
EEGLAB parity notesNone — this PR is an agent/CLI integration layer with no EEG data-structure or numerical behavior. It correctly reuses the existing CLI contract ( What I checked and liked
|
|
🤖 Specification Problem: EEGPrep already has a strong CLI for agents, but MCP clients had no first-class, version-matched way to inspect EEG datasets, discover EEGPrep command contracts, retrieve agent guidance, or run safe JSON commands without scraping terminal help or shelling out manually. Approach: Added an optional Key code: Tests: Added |
|
🤖 Re-audited at |
Add an optional eegprep-mcp entrypoint backed by reusable MCP tool helpers for dataset inspection, validation, CLI schema discovery, bundled agent guidance, and guarded JSON command execution. The server reuses the existing CLI contract, requires explicit write/overwrite approval for mutating commands, and documents the workflow for researchers using AI agents.