Describe:
Failed to start Functions host with mvn azure-functions:run due to incorrect extensionBundle version format in host.json. The correct format should be 4.29.0. See screenshot below.

Repro Steps:
- Run
azd init --template Azure-Samples/remote-mcp-functions-java.
- Run
mvn clean package.
- Run
mvn azure-functions:run.
Environment:
- OS: Windows
- Azure Functions Core Tools Version: 4.5.0.
- Azd version: azd version 1.21.3 (commit b01891fc63b1faf9a9633cdc630deab0b4d569c4).
Expected behavior:
The command mvn azure-functions:run successfully starts the Functions host.
Suggestion:
Update 4.29. to 4.29.0 in the host.json file.
@ahmedmuhsin and @hemarina for notification.