@presidio-dev/specifai-mcp-server 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/index.js +21 -12
- package/dist/index.js.map +5 -4
- package/package.json +4 -1
package/README.md
CHANGED
@@ -96,6 +96,9 @@ The server provides several tools for interacting with your specification docume
|
|
96
96
|
| `get-tasks` | Get Tasks for a specific User Story |
|
97
97
|
| `get-task` | Get details of a specific Task |
|
98
98
|
| `set-project-path` | Set or change the project directory path |
|
99
|
+
| `get-task-by-id` | Get details of a specific Task by ID |
|
100
|
+
| `list-all-tasks` | List all available tasks |
|
101
|
+
| `search` | Full text search across all documents |
|
99
102
|
|
100
103
|
## Requirements
|
101
104
|
|