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.

コメント

「その他」の他のコンテンツ