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

评论

媒体与设计 分类下的更多 MCP 服务器