Skip to content

Commit 8826b61

Browse files
Fixing the naming for MCp Too.l Trigger (#372)
1 parent 14ce62c commit 8826b61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/functions",
3-
"version": "4.8.0",
3+
"version": "4.8.1",
44
"description": "Microsoft Azure Functions NodeJS Framework",
55
"keywords": [
66
"azure",

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the MIT License.
33

4-
export const version = '4.8.0';
4+
export const version = '4.8.1';
55

66
export const returnBindingKey = '$return';

types/mcpTool.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ export interface McpToolProperty {
103103
/**
104104
* Indicates whether the property is required.
105105
*/
106-
required?: boolean;
106+
isRequired?: boolean;
107107
}

0 commit comments

Comments
 (0)