Skip to content

Commit 8e12176

Browse files
committed
test: curses MCP
1 parent 9900d93 commit 8e12176

File tree

14 files changed

+2621
-2
lines changed

14 files changed

+2621
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,8 @@ test/.lit_test_times.txt
233233
affected_files.txt
234234
clang-tidy-trace
235235

236+
# Local pr_verify output artifacts
237+
/artifacts/pr-verify/
238+
236239
CMakeFiles/
237240
CMakeCache.txt

deno.jsonc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@
2121
"description": "update available semantic commit types",
2222
"command": "deno run -R=data/mods -W=.github/semantic.yml scripts/semantic.ts"
2323
},
24-
"affected-files": "deno run -RWEN --allow-run scripts/affected_files.ts"
24+
"affected-files": "deno run -RWEN --allow-run scripts/affected_files.ts",
25+
"pr:verify:curses-mcp": {
26+
"description": "run Playwright-like command-driven curses mcp verification controller",
27+
"command": "deno run --allow-run --allow-read --allow-write scripts/pr_verify/mcp_cli.ts"
28+
},
29+
"pr:verify:curses-mcp:server": {
30+
"description": "run stdio curses mcp server for verification tools",
31+
"command": "deno run --allow-run --allow-read --allow-write scripts/pr_verify/mcp_server.ts"
32+
}
2533
},
2634
"test": { "include": ["scripts"] },
2735
"lint": {

0 commit comments

Comments
 (0)