We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ce62c commit 8826b61Copy full SHA for 8826b61
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@azure/functions",
3
- "version": "4.8.0",
+ "version": "4.8.1",
4
"description": "Microsoft Azure Functions NodeJS Framework",
5
"keywords": [
6
"azure",
src/constants.ts
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License.
-export const version = '4.8.0';
+export const version = '4.8.1';
export const returnBindingKey = '$return';
types/mcpTool.d.ts
@@ -103,5 +103,5 @@ export interface McpToolProperty {
103
/**
104
* Indicates whether the property is required.
105
*/
106
- required?: boolean;
+ isRequired?: boolean;
107
}
0 commit comments