addedInput schema / properties / cloudCheck / description
Added value: +"Whether to run Cloud Check for .swift files...."
addedInput schema / properties / content / description
Added value: +"Full file contents to write."
addedInput schema / properties / createDirs / description
Added value: +"Whether to create parent directories before..."
addedInput schema / properties / cwd / description
Added value: +"Project root. Defaults to the MCP process cwd."
addedInput schema / properties / expectedVersion / description
Added value: +"Expected Axint version for this project."
addedInput schema / properties / format / description
Added value: +"Output format. Defaults to markdown."
addedInput schema / properties / notes / description
Added value: +"Agent notes or user feedback to scan for..."
addedInput schema / properties / path / description
Added value: +"File path to write. Relative paths are..."
addedInput schema / properties / platform / description
Added value: +"Target Apple platform for Cloud Check."
addedInput schema / properties / projectName / description
Added value: +"Project name for guard/session reports."
addedInput schema / properties / sessionToken / description
Added value: +"Current axint.session.start token, if..."
addedInput schema / properties / validateSwift / description
Added value: +"Whether to run Swift validation for .swift..."
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "isError": {
+ "description": "Whether Axint marked the tool response as an error.",
+ "type": "boolean"
+ },
+ "text": {
+ "description": "Primary Axint tool response text, matching the first text content block.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "text"
+ ],
+ "type": "object"
+}