-
securityA
license-
qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
Last updated -
0
4
TypeScript
MIT License
🚀 高性能模型上下文协议 (MCP) 服务器实现,展示具有强大状态跟踪和错误处理的异步任务处理。
要通过Smithery自动为 Claude Desktop 安装 Async MCP Server:
process_task
创建一个新的异步任务。
范围 | 类型 | 必需的 | 默认 | 描述 |
---|---|---|---|---|
输入 | 细绳 | ✅ | - | 要处理的输入字符串 |
延迟毫秒 | 数字 | ❌ | 5000 | 处理延迟(以毫秒为单位) |
超时毫秒 | 数字 | ❌ | 30000 | 任务超时(以毫秒为单位) |
check_task_status
检查现有任务的状态。
范围 | 类型 | 必需的 | 描述 |
---|---|---|---|
任务编号 | 细绳 | ✅ | 要检查的任务的ID |
地位 | 描述 |
---|---|
🕒 pending | 任务已创建但尚未开始 |
⚡ processing | 任务正在处理中 |
✅ complete | 任务已成功完成 |
❌ error | 任务失败 |
src/constants.ts
中的关键配置选项:
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
该服务器实现模型上下文协议 (MCP) 来处理异步任务,具有实时状态跟踪、强大的错误处理和自动资源管理功能。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ViezeVingertjes/example-async-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server