Skip to content

Commit eb520c3

Browse files
authored
Merge pull request #12 from komayama/patch-1
Mininum Azure Functions Core Tools version (Python)
2 parents c90edd2 + fdf0f56 commit eb520c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Below is the architecture diagram for the Remote MCP Server using Azure Function
2929
## Prerequisites
3030

3131
+ [Python](https://www.python.org/downloads/) version 3.11 or higher
32-
+ [Azure Functions Core Tools](https://learn.microsoft.com/azure/azure-functions/functions-run-local?pivots=programming-language-python#install-the-azure-functions-core-tools)
32+
+ [Azure Functions Core Tools](https://learn.microsoft.com/azure/azure-functions/functions-run-local?pivots=programming-language-python#install-the-azure-functions-core-tools) >= `4.0.7030`
3333
+ [Azure Developer CLI](https://aka.ms/azd)
3434
+ To use Visual Studio Code to run and debug locally:
3535
+ [Visual Studio Code](https://code.visualstudio.com/)

0 commit comments

Comments
 (0)