From dbdae3c63f46598fcfa3834fc3128f95d77f565d Mon Sep 17 00:00:00 2001 From: Hare Date: Sat, 20 Jun 2026 19:05:02 +0900 Subject: [PATCH] ticket: complete mcp resources prompts tools --- .yoi/tickets/00001KVHR3WSN/item.md | 4 +-- .yoi/tickets/00001KVHR3WSN/thread.md | 41 ++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/.yoi/tickets/00001KVHR3WSN/item.md b/.yoi/tickets/00001KVHR3WSN/item.md index fc70fac1..9dc8e749 100644 --- a/.yoi/tickets/00001KVHR3WSN/item.md +++ b/.yoi/tickets/00001KVHR3WSN/item.md @@ -1,8 +1,8 @@ --- title: 'MCP: expose resources and prompts as explicit tool operations' -state: 'inprogress' +state: 'done' created_at: '2026-06-20T05:30:04Z' -updated_at: '2026-06-20T10:03:26Z' +updated_at: '2026-06-20T10:04:54Z' assignee: null readiness: 'implementation_ready' risk_flags: ['mcp', 'resources', 'prompts', 'prompt-context', 'history', 'untrusted-content'] diff --git a/.yoi/tickets/00001KVHR3WSN/thread.md b/.yoi/tickets/00001KVHR3WSN/thread.md index 81a96033..c6f52528 100644 --- a/.yoi/tickets/00001KVHR3WSN/thread.md +++ b/.yoi/tickets/00001KVHR3WSN/thread.md @@ -238,3 +238,44 @@ Reviewer validation: Worktree status at review end: clean。 --- + + + +## Implementation report + +Merge and final validation report: + +Merged implementation branch into Orchestrator branch: +- Merge commit: `4a4590f8 merge: mcp resources prompts tools` +- Implementation commit included: + - `3a22360a mcp: expose resources prompts tools` + +Reviewer outcome: +- r1 approved with no blocking issues。 +- Reviewer confirmed explicit resources/prompts tool operations, capability-gated registration, ordinary `ToolOutput` execution, no hidden context injection path, untrusted/bounded serialization, no sampling/elicitation/list_changed scope creep, and focused tests。 + +Orchestrator validation after merge passed: +- `cargo fmt --all --check` +- `git diff --check HEAD^1..HEAD` +- `cargo test -p pod mcp::tests` +- `cargo test -p mcp` +- `cargo check -p pod -p mcp` +- `nix build .#yoi --no-link` +- `nix path-info -S .#yoi`: `113403880` + +Validation log: +- `/run/user/1000/yoi/yoi-orchestrator/bash-output/bash-4oVSE2.log` + +Final state: +- Orchestrator worktree clean at `4a4590f8` after validation。 +- Implementation worktree remains available for cleanup after Ticket completion records are committed。 + +--- + + + +## State changed + +Implementation was merged into Orchestrator branch at `4a4590f8`, review approved, and final Orchestrator validation passed: `cargo fmt --all --check`, `git diff --check HEAD^1..HEAD`, `cargo test -p pod mcp::tests`, `cargo test -p mcp`, `cargo check -p pod -p mcp`, and `nix build .#yoi --no-link`. + +---