tasks_setup
Initialize and create a source file from a path for task management within MCP Tasks. Returns a source ID for further operations when handling new or updated tasks.
Instructions
Initializes an source file from a path
- Always call once per conversation when asked to use these tools
- Ask the user to clarify the file path if not given, before calling this tool
- Creates the file if it does not exist
- Returns the source ID for further use
- Use mcp-tasks tools when the user mentions new or updated tasks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
source_path | Yes | ||
workspace | No | Workspace/project directory path (provided by the IDE or use $PWD) |