-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 GAWhy This Change?
Python 3.13 is now the latest GA version supported by Azure Functions Flex Consumption plan.
Testing Checklist
-
pip install -r requirements.txtsucceeds -
func startdiscovers all MCP tools -
azd updeploys successfully - MCP tools respond correctly via HTTP transport
Reference
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request