Skip to content

Commit 6b10a0f

Browse files
committed
feat(knowledge): implement MCP Tools for Knowledge
1 parent 94eb86e commit 6b10a0f

3 files changed

Lines changed: 947 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,23 @@ When you configure workflows-mcp, your AI assistant gets these tools:
752752
- **get_queue_stats** - Get queue statistics for monitoring
753753
- **resume_workflow** - Resume a paused workflow
754754

755+
### Knowledge Tools
756+
757+
- **search_knowledge** - Hybrid search (vector + full-text + RRF fusion)
758+
- `query`, `source`, `categories`, `min_confidence`, `limit`
759+
760+
- **store_knowledge** - Persist a new fact with auto-computed embedding
761+
- `content`, `source`, `confidence` (default 0.8), `categories`
762+
763+
- **recall_knowledge** - Filter-based retrieval (no semantic search)
764+
- `source`, `categories`, `lifecycle_state`, `min_confidence`, `limit`, `order`
765+
766+
- **forget_knowledge** - Archive propositions (transition to ARCHIVED state)
767+
- `proposition_ids`, `reason`
768+
769+
- **knowledge_context** - Token-budgeted context assembly for LLM prompts
770+
- `query`, `source`, `categories`, `max_tokens`, `diversity`
771+
755772
---
756773

757774
## Configuration Reference

0 commit comments

Comments
 (0)