adk-docs
Verified Safeby selvasv
Overview
Python Flask microservice template for Kubernetes deployments with multi-profile traffic management (stable, canary, preview) and integrated Azure Data Factory pipelines for data movement.
Installation
python app.pySecurity Notes
The Flask application (`app.py`) is very simple, containing a basic 'Hello World' endpoint with no evident security vulnerabilities, 'eval' usage, or obfuscation. The Azure Data Factory configurations (`linkedService` files) demonstrate a secure practice by using Azure Key Vault to manage sensitive connection strings, preventing hardcoded secrets in the repository. The application binds to '0.0.0.0', which is standard for containerized services.
Similar Servers
mcp-sdk-functions-hosting-python
Hosts remote Model Context Protocol (MCP) servers built with Python SDK on Azure Functions as custom handlers for AI agent tools.
lex
Provides a UK legal research API for AI agents, offering capabilities to search legislation, caselaw, amendments, and explanatory notes using semantic and keyword search, and includes a Micro-Copilot (MCP) server for integration with AI assistants.
dlt-mcp
The dlt-mcp server allows LLMs to retrieve up-to-date information about dlt pipelines, datasets, and schemas, enhancing the development experience in AI-enabled IDEs.
mcp-explorer
A web application for testing and exploring Model Context Protocol (MCP) servers by acting as an API gateway for tool execution.