From 76fae8f2aeca36e3eec79ce52a2805b8b554a06b Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 10 Mar 2026 09:38:40 -0700 Subject: [PATCH] docs(mcp): mark core note tool rollout complete --- docs/roadmaps/05_MCP_AGENT_ROADMAP.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/roadmaps/05_MCP_AGENT_ROADMAP.md b/docs/roadmaps/05_MCP_AGENT_ROADMAP.md index ede7de9..519c72e 100644 --- a/docs/roadmaps/05_MCP_AGENT_ROADMAP.md +++ b/docs/roadmaps/05_MCP_AGENT_ROADMAP.md @@ -81,6 +81,10 @@ Parent: `docs/ROADMAP.md` - shared `toolRoutes` validates arguments via `safeParse` before `execute()` - shared `toolRoutes` passes `jwtPayload`, `authorization`, and `requestId` into tool execution - product-side note tools additionally enforce authenticated user presence and `productId` scope before repository access +- 2026-03-10 — Shared `mcp-server` hookup completed in `learning_ai_common_plat/services/mcp-server`: + - Notes backend URL config was added for the notes product backend on port `4016` + - shared-server Notes client/tool modules now expose `notes.notes.list`, `notes.notes.get`, `notes.notes.search`, and `notes.notes.create_draft` + - shared `mcp-server` typecheck passes and shared test suite still passes after the Notes integration was added # Safe Usage Rules @@ -98,7 +102,7 @@ Parent: `docs/ROADMAP.md` # Blockers -- Shared `mcp-server` registration hookup has not been implemented in the common platform repo yet. +- None for the current core MCP note tool scope inside this repo pair. # Deferred