MCP.so
登录

Mcp Sse Job Tracker

@dineshamagi

关于 Mcp Sse Job Tracker

mcp client-server example using "SSE" for real-time updates. It allows submitting jobs to the server, which are processed asynchronously, and the client polls the server for job status updates.

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

dineshamagi

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-sse-job-tracker": {
      "command": "python",
      "args": [
        "sse_server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Sse Job Tracker?

An MCP server that enables submitting asynchronous jobs via MCP tools and tracking job status through custom MCP resources, using SSE transport. It is designed for developers building MCP-based applications that need background job execution and monitoring.

How to use Mcp Sse Job Tracker?

Ensure Python 3.8+ and install the mcp package (pip install mcp). Then run sse_server.py in one terminal and sse_client.py in a second terminal.

Key features of Mcp Sse Job Tracker

  • Submit asynchronous jobs using MCP tools
  • Track job status via custom MCP resources
  • Uses SSE transport for client‑server communication
  • Simple two‑script setup (server and client)
  • Requires only Python 3.8+ and the mcp package

Use cases of Mcp Sse Job Tracker

  • Offload long‑running tasks to an asynchronous job queue
  • Build monitoring dashboards that poll job status via MCP resources
  • Integrate job submission and tracking into any MCP‑enabled application

FAQ from Mcp Sse Job Tracker

What are the runtime requirements?

Python version higher than 3.8 and the mcp package installed via pip.

How do I start the server and client?

Run sse_server.py in one terminal and sse_client.py in another terminal.

What transport protocol does the server use?

The server uses SSE (Server‑Sent Events) transport.

What can I do with the tools and resources?

Submit asynchronous jobs using MCP tools and track job status via custom MCP resources.

评论

其他 分类下的更多 MCP 服务器