- Update the Claude and other files based on the changes to the MCP Server.

- Implement Assignment type ahead, allow freeform assignee for flexibility.
This commit is contained in:
sean-eskerium
2025-08-21 00:29:36 -04:00
parent 703f2bca7c
commit 97a280461a
8 changed files with 371 additions and 55 deletions

View File

@@ -265,9 +265,10 @@ When connected to Cursor/Windsurf:
- `archon:perform_rag_query` - Search knowledge base
- `archon:search_code_examples` - Find code snippets
- `archon:manage_project` - Project operations
- `archon:manage_task` - Task management
- `archon:create_project`, `archon:list_projects`, `archon:get_project`, `archon:update_project`, `archon:delete_project` - Project operations
- `archon:create_task`, `archon:list_tasks`, `archon:get_task`, `archon:update_task`, `archon:delete_task` - Task management
- `archon:get_available_sources` - List knowledge sources
- `archon:get_project_features` - Get project features
## Important Notes