taskGetAll
Retrieve a complete list of tasks using the TypeScript-based MCP server tool designed for managing AI interactions with code files, translations, and project builds.
Instructions
獲取所有任務列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}