tftsr-devops_investigation/src-tauri/src/mcp
Shaun Arman 28cfcf1ef4
All checks were successful
Test / frontend-typecheck (pull_request) Successful in 1m54s
Test / rust-fmt-check (pull_request) Successful in 2m0s
Test / frontend-tests (pull_request) Successful in 1m53s
Test / rust-clippy (pull_request) Successful in 3m33s
PR Review Automation / review (pull_request) Successful in 4m54s
Test / rust-tests (pull_request) Successful in 4m57s
fix(mcp): add timeouts, delete audit log, OAuth state nonce; improve PR review prompt
- call_tool: 30s hard timeout via tokio::time::timeout
- discover_server: 60s hard timeout wrapping full connect+discover sequence
- delete_mcp_server: write_audit_event before cascade delete, capturing
  server name, tool count, and resource count
- initiate_mcp_oauth: append cryptographically random state nonce for CSRF
- pr-review.yml: rewrite prompt to require line-quoted evidence for every
  finding and eliminate hallucinated false positives
2026-05-23 17:08:23 -05:00
..
transport style(mcp): apply rustfmt formatting 2026-05-23 16:48:26 -05:00
adapter.rs style(mcp): apply rustfmt formatting 2026-05-23 16:48:26 -05:00
client.rs fix(mcp): add timeouts, delete audit log, OAuth state nonce; improve PR review prompt 2026-05-23 17:08:23 -05:00
commands.rs fix(mcp): add timeouts, delete audit log, OAuth state nonce; improve PR review prompt 2026-05-23 17:08:23 -05:00
discovery.rs fix(mcp): add timeouts, delete audit log, OAuth state nonce; improve PR review prompt 2026-05-23 17:08:23 -05:00
mod.rs feat(mcp): add MCP Server Support with TDD implementation 2026-05-23 16:23:48 -05:00
models.rs feat(mcp): add MCP Server Support with TDD implementation 2026-05-23 16:23:48 -05:00
store.rs style(mcp): apply rustfmt formatting 2026-05-23 16:48:26 -05:00