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.
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
ICSS
chokcoco不止于 CSS
コメント