MCP.so
ログイン

Temporal Durable Mcp Weather Sample

@Aslan11

Temporal Durable Mcp Weather Sample について

The purpose of this repo is to demonstrate how easy it is to leverage workflows as tools for MCP servers by taking modelcontext.io's weather example and making it durable by implementing the MCP tools as Temporal workflows

基本情報

カテゴリ

メディアとデザイン

ランタイム

python

トランスポート

stdio

公開者

Aslan11

設定

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

{
  "mcpServers": {
    "weather": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/temporal-durable-mcp-weather-sample",
        "run",
        "weather.py"
      ]
    }
  }
}

ツール

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

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

概要

What is Temporal Durable Mcp Weather Sample?

A demonstration repository showing how to implement MCP (Model Context Protocol) tools as durable Temporal workflows, using the modelcontext.io weather example as a base. It targets developers interested in adding reliability and state management to MCP server tools.

How to use Temporal Durable Mcp Weather Sample?

Clone the repo, create a virtual environment with

コメント

「メディアとデザイン」の他のコンテンツ