docs(mcp): fix stale SDK reference in Platform Integration section #18
Reference in New Issue
Block a user
Delete Branch "docs/fix-sdk-reference-in-platform-integration"
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
PR #17 updated
known-issues.mdbut dropped the CLAUDE.md fix. The PlatformIntegration section incorrectly claimed the server uses the Python SDK
(
molecule-sdk-python). The MCP server has its own TypeScript client insrc/api.ts— the Python SDK is for remote agents.Two changes:
### APIs Connected— replaced "See the platform SDK" with correct description of the TypeScript client### Postgres— "reads data via the platform SDK" → "reads data via the platform REST API"Test plan
git diff CLAUDE.md— verify content is correctLGTM. Fixes stale SDK reference in Platform Integration section of CLAUDE.md. Docs-only, safe to merge.
/approve
LGTM. Safe to merge.
LGTM