changedInput schema / properties / value / description
Previous value: -"Raw cell content. Formula strings must start with =; plain strings are stored as literals."New value: +"Raw cell content. Formula strings must start with =; plain strings are stored as literals. Strict MCP hosts such as Semantic Kernel require a single parameter type, so pass evaluated numbers/booleans as formulas such as =0.4 or =TRUE(). The server still accepts JSON number, boolean, or null arguments from clients that support them."
changedInput schema / properties / value / type
Previous value: -[
- "string",
- "number",
- "boolean",
- "null"
-]New value: +"string"
addedOutput schema / properties / after / properties / formula / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / after / properties / formula / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / after / properties / serialized / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / after / properties / serialized / type
Removed value: -[
- "string",
- "number",
- "boolean",
- "null"
-]
addedOutput schema / properties / before / properties / formula / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / before / properties / formula / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / before / properties / serialized / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / before / properties / serialized / type
Removed value: -[
- "string",
- "number",
- "boolean",
- "null"
-]
addedOutput schema / properties / checks / properties / newSerialized / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / checks / properties / newSerialized / type
Removed value: -[
- "string",
- "number",
- "boolean",
- "null"
-]
addedOutput schema / properties / checks / properties / previousSerialized / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / checks / properties / previousSerialized / type
Removed value: -[
- "string",
- "number",
- "boolean",
- "null"
-]
addedOutput schema / properties / restored / properties / formula / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / restored / properties / formula / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / restored / properties / serialized / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / restored / properties / serialized / type
Removed value: -[
- "string",
- "number",
- "boolean",
- "null"
-]