You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebrand GoVectorSync to Distill throughout codebase
- Update CLI name from govs to distill
- Update all help text and examples
- Update MCP server name and resources (distill://)
- Update config file name (.distill.yaml)
- Update mcp/ directory docs and examples
- Consistent branding as 'Distill' everywhere
Copy file name to clipboardExpand all lines: mcp/README.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
-
# GoVectorSync MCP Integration
1
+
# Distill MCP Integration
2
2
3
-
GoVectorSync exposes semantic deduplication as an MCP (Model Context Protocol) server, allowing AI assistants to deduplicate context directly.
3
+
Distill exposes semantic deduplication as an MCP (Model Context Protocol) server, allowing AI assistants to deduplicate context directly.
4
4
5
5
## The Problem
6
6
7
7
When AI assistants assemble context from multiple sources (code, docs, memory, tool outputs), 30-40% is typically redundant. Same information from different sources wastes tokens and confuses the model.
8
8
9
-
## How GoVectorSync Helps
9
+
## How Distill Helps
10
10
11
-
GoVectorSync sits between your context sources and the LLM:
11
+
Distill sits between your context sources and the LLM:
0 commit comments