You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand MCP explanation: what it is, why JSON-only, why not SOAP
Rewrites the "What is MCP?" section with a 101-level explanation:
- Core idea: AI assistants discover tools via JSON catalog, call
them with JSON parameters, get JSON results. No XML anywhere.
- Why JSON-only: MCP is JSON-RPC 2.0; AI training data, function
calling APIs, and tool-use formats are all JSON-native. XML/SOAP
was never considered.
- What this means for SOAP: MCP can't call SOAP endpoints. Convert
to JSON-RPC first (config change, not code change).
Consolidates the earlier SOAP disclaimer into this section to avoid
repetition.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments