MCP.so
ログイン

Global Azure Thailand 2025

@ninefyi

Global Azure Thailand 2025 について

Introduction to the Azure MCP Server

基本情報

カテゴリ

クラウドとインフラ

ランタイム

python

トランスポート

stdio

公開者

ninefyi

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "global-az-thailand-25": {
      "command": "npx",
      "args": [
        "-y",
        "@azure/mcp@latest",
        "server",
        "start",
        "--transport",
        "sse"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Global Azure Thailand 2025?

Global Azure Thailand 2025 is an online event held on 10 May 2025 that introduces the Azure MCP Server. It explains how to set up and run the Azure MCP Server with Azure OpenAI, using SSE transport and Python examples.

How to use Global Azure Thailand 2025?

Install Azure CLI, log in with az login, create a .env file with Azure OpenAI credentials, install Python dependencies from requirements.txt, start the Azure MCP Server via npx -y @azure/mcp@latest server start --transport sse, then run python mcp_sse_simple.py or python mcp_sse_gradio.py.

Key features of Global Azure Thailand 2025

  • Online event about the Azure MCP Server
  • Uses SSE transport for server communication
  • Includes two Python example scripts (simple and Gradio)
  • Requires Azure CLI for authentication
  • Integrates with Azure OpenAI API

Use cases of Global Azure Thailand 2025

  • Learning to set up and run the Azure MCP Server
  • Building sample AI applications with Azure OpenAI
  • Experimenting with MCP over SSE transport

FAQ from Global Azure Thailand 2025

What dependencies are required?

Azure CLI, Node.js (for npx), and Python with packages from requirements.txt are needed.

How is authentication handled?

First log in with az login, then provide Azure OpenAI API key, endpoint, deployment, and API version in the .env file.

Which transport does the server use?

The server is started with --transport sse.

Where do credentials and model configuration live?

In a .env file containing AZURE_OPENAI_API_KEY, AZURE_OPENAI_ENDPOINT, AZURE_OPENAI_DEPLOYMENT, and API version variables.

コメント

「クラウドとインフラ」の他のコンテンツ