Summary
Upgrade the Python MCP runtime from 3.12 to 3.13, which is the latest GA version supported by Azure Functions.
Current State
infra/main.bicep:
runtimeName: 'python'
runtimeVersion: '3.12'
Proposed Changes
infra/main.bicep:
runtimeName: 'python'
runtimeVersion: '3.13' // Latest GA
Why This Change?
Python 3.13 is now the latest GA version supported by Azure Functions Flex Consumption plan.
Testing Checklist
Reference
Summary
Upgrade the Python MCP runtime from 3.12 to 3.13, which is the latest GA version supported by Azure Functions.
Current State
infra/main.bicep:
Proposed Changes
infra/main.bicep:
Why This Change?
Python 3.13 is now the latest GA version supported by Azure Functions Flex Consumption plan.
Testing Checklist
pip install -r requirements.txtsucceedsfunc startdiscovers all MCP toolsazd updeploys successfullyReference