Skip to main content
Glama

Remote MCP with Azure Functions (Python)

tasks.json823 B
{ "version": "2.0.0", "tasks": [ { "label": "pip install (functions)", "type": "shell", "osx": { "command": "${config:azureFunctions.pythonVenv}/bin/python -m pip install -r requirements.txt" }, "windows": { "command": "${config:azureFunctions.pythonVenv}\\Scripts\\python -m pip install -r requirements.txt" }, "linux": { "command": "${config:azureFunctions.pythonVenv}/bin/python -m pip install -r requirements.txt" }, "problemMatcher": [] }, { "type": "func", "label": "func: host start", "command": "host start", "problemMatcher": "$func-python-watch", "isBackground": true, "dependsOn": "func: extensions install" }, { "type": "func", "command": "extensions install", "dependsOn": "pip install (functions)", "problemMatcher": [] } ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nana-tajima-pro/mcp-handson'

If you have feedback or need assistance with the MCP directory API, please join our Discord server