modelscope·@108yen/task-orchestrator-mcp
暂无描述。
task-orchestrator-mcp is an MCP (Model Context Protocol) server that provides a set of tools for managing tasks. It enables agents to perform CRUD operations on tasks and manage their progress.
The main tools provided by task-orchestrator-mcp are as follows:
| Tool Name | Description |
|---|---|
| createTask | Create a new task |
| getTasks | Retrieve all tasks |
| getTask | Retrieve a task by specified ID |
| updateTask | Update a task by specified ID |
| deleteTask | Delete a task by specified ID |
| startTask | Start a task (change status to 'in_progress') |
| completeTask | Complete a task and find the next task to execute |
FILE_PATH is optional.
{
"mcpServers": {
"task-orchestrator-mcp": {
"command": "npx",
"args": ["-y", "task-orchestrator-mcp"],
"env": {
"FILE_PATH": "path/to/json_file.json"
}
}
}
}
For quick installation, use one of the one-click installation buttons below:
For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open Settings (JSON).
Optionally, you can add it to a file called .vscode/mcp.json in your workspace. This will allow you to share the configuration with others.
{
"servers": {
"task-orchestrator-mcp": {
"command": "npx",
"args": ["-y", "task-orchestrator-mcp"]
}
}
}
暂无描述。
一个流式聊天代理,集成了Google ADK、模型上下文协议和Google Maps工具,使用户能够通过对话界面与基于位置的服务进行交互。
暂无描述。
识别出“mcp-rss-aggregator”并非一句完整的句子或者常见的表达,它看起来更像一个技术术语或项目名称。如果按照字面翻译为中文则是“多渠道内容RSS聚合器”。请注意这是基于其可能含义的解释性翻译。
暂无描述。
暂无描述。