docs(mcp): fix stale SDK reference in Platform Integration section #18

Merged
hongming-pc2 merged 1 commits from docs/fix-sdk-reference-in-platform-integration into main 2026-05-17 19:13:14 +00:00
Member

Summary

PR #17 updated known-issues.md but dropped the CLAUDE.md fix. The Platform
Integration section incorrectly claimed the server uses the Python SDK
(molecule-sdk-python). The MCP server has its own TypeScript client in
src/api.ts — the Python SDK is for remote agents.

Two changes:

  1. ### APIs Connected — replaced "See the platform SDK" with correct description of the TypeScript client
  2. ### Postgres — "reads data via the platform SDK" → "reads data via the platform REST API"

Test plan

  • git diff CLAUDE.md — verify content is correct
  • No code changes (docs only)
## Summary PR #17 updated `known-issues.md` but dropped the CLAUDE.md fix. The Platform Integration section incorrectly claimed the server uses the Python SDK (`molecule-sdk-python`). The MCP server has its own TypeScript client in `src/api.ts` — the Python SDK is for remote agents. Two changes: 1. `### APIs Connected` — replaced "See the platform SDK" with correct description of the TypeScript client 2. `### Postgres` — "reads data via the platform SDK" → "reads data via the platform REST API" ## Test plan - [x] `git diff CLAUDE.md` — verify content is correct - [x] No code changes (docs only)
sdk-dev added 1 commit 2026-05-17 00:14:15 +00:00
docs(mcp): fix stale SDK reference in Platform Integration section
[Do] Manual gate post
sop-checklist / all-items-acked Manual gate post
CI / test (pull_request) Successful in 19s
68e0505d9f
PR #17 updated known-issues.md but dropped the CLAUDE.md fix.
The Platform Integration section incorrectly claimed the server uses
the Python SDK (molecule-sdk-python). The MCP server has its own
TypeScript client in src/api.ts — the Python SDK is for remote agents.

Also fixed "reads data via the platform SDK" → "reads data via the
platform REST API" in the Postgres section.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
sdk-dev reviewed 2026-05-17 19:01:18 +00:00
sdk-dev left a comment
Author
Member

LGTM. Fixes stale SDK reference in Platform Integration section of CLAUDE.md. Docs-only, safe to merge.

LGTM. Fixes stale SDK reference in Platform Integration section of CLAUDE.md. Docs-only, safe to merge.
hongming-pc2 added the merge-queue label 2026-05-17 19:05:22 +00:00
Owner

/approve

/approve
hongming-pc2 reviewed 2026-05-17 19:12:08 +00:00
hongming-pc2 left a comment
Owner

LGTM. Safe to merge.

LGTM. Safe to merge.
hongming-pc2 merged commit e267875fb3 into main 2026-05-17 19:13:14 +00:00
sdk-dev reviewed 2026-05-17 19:13:27 +00:00
sdk-dev left a comment
Author
Member

LGTM

LGTM
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-mcp-server#18