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
The response will be in SSE format. Parse the "data:" line to get the JSON result, which contains the skill instructions in result.messages[0].content.text.
22
-
23
-
Then follow those instructions. The game source is in the current directory.`
8
+
/** Fetches skill instructions from the MCP server, then builds a self-contained prompt for the agent */
The response will be in SSE format. Parse the "data:" line to get the JSON result, which contains the skill instructions in result.messages[0].content.text.
75
-
76
-
Then follow those instructions. The game source is in the current directory.`
61
+
/** Fetches skill instructions from the MCP server, then builds a self-contained prompt for the agent */
0 commit comments