Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions kyte-source.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,15 @@ class Kyte {
}
);
}
/* 鈿狅笍 KEEP IN SYNC WITH THE MCP AUTHORING GUIDE.
* The signatures + response/error contract of get/post/put/delete and
* sessionCreate/sessionDestroy below are documented for AI code generation in
* kyte-php's get_kytejs_guide MCP tool (Mcp/Tools/AccountTools::getKytejsGuide).
* Any material change here (param order, response.data shape, error callback
* behaviour, session signatures) MUST update that guide in the same change, or
* AI-generated page JS will drift out of spec.
*/

/* Post
*
* Use sign() to obtain authorization to transact and
Expand Down
Loading