get_codegen_session
Retrieve detailed information about a code generation session by providing its session ID using the Playwright-powered MCP server for browser automation.
Instructions
Get information about a code generation session
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sessionId | Yes | ID of the session to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"sessionId": {
"description": "ID of the session to retrieve",
"type": "string"
}
},
"required": [
"sessionId"
],
"type": "object"
}