diff --git a/.claude/settings.json b/.claude/settings.json index a79651b..71c7954 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -3,9 +3,13 @@ "PostToolUse": [ { "matcher": "Write|Edit", - "type": "command", - "command": "bash -c 'if [ -f Cargo.toml ]; then if command -v cargo-nextest >/dev/null 2>&1; then cargo nextest run 2>&1; else cargo test 2>&1; fi; fi'", - "timeout": 120 + "hooks": [ + { + "type": "command", + "command": "bash -c 'if [ -f Cargo.toml ]; then if command -v cargo-nextest >/dev/null 2>&1; then cargo nextest run 2>&1; else cargo test 2>&1; fi; fi'", + "timeout": 120 + } + ] } ] } diff --git a/.mcp.json b/.mcp.json index 279cd4d..e565e5e 100644 --- a/.mcp.json +++ b/.mcp.json @@ -9,6 +9,16 @@ "type": "stdio", "command": "crates-mcp", "args": [] + }, + "drone-ci-mcp": { + "command": "npx", + "args": [ + "-y", + "drone-ci-mcp", + "--access-token=${DRONE_TOKEN}", + "--server-url=https://drone.cincoeuzebio.com" + ] } } } +