docs(mcp): update KI-007 to reflect SDK KI-009 resolution #17
Reference in New Issue
Block a user
Delete Branch "docs/sync-ki-007-kpi-009-resolution"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Two MCP docs fixes:
Known-issues update (KI-007 → ✅ Resolved):
known-issues.mdKI-007 previously said "Suggested fix (SDK side): expose stop_event" — pointing at the Python SDK's KI-009 as the fix target. SDK KI-009 is now resolved (stop_eventshipped in commit6a306f3). Updated KI-007 to ✅ Resolved with the actual fix details and a usage example.CLAUDE.md stale SDK reference: The "Platform Integration" section incorrectly said the MCP server "connects to the Molecule AI platform REST API. See the platform SDK (
../molecule-sdk-python) for the underlying API client used." Fixed to clarify that the MCP server uses its own TypeScript client (src/api.ts) and does not use the Python SDK (which is for remote agents, not operator-side tools).Test plan
🤖 Generated with Claude Code
Pull request closed