docs(mcp): mark core note tool rollout complete

This commit is contained in:
saravanakumardb1 2026-03-10 09:38:40 -07:00
parent aa58b07513
commit 76fae8f2ae

View File

@ -81,6 +81,10 @@ Parent: `docs/ROADMAP.md`
- shared `toolRoutes` validates arguments via `safeParse` before `execute()` - shared `toolRoutes` validates arguments via `safeParse` before `execute()`
- shared `toolRoutes` passes `jwtPayload`, `authorization`, and `requestId` into tool execution - 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 - 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 # Safe Usage Rules
@ -98,7 +102,7 @@ Parent: `docs/ROADMAP.md`
# Blockers # 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 # Deferred