@telvok/librarian-mcp 1.0.2 → 1.0.3
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/dist/tools/record.js +3 -1
- package/package.json +1 -1
package/dist/tools/record.js
CHANGED
|
@@ -36,9 +36,11 @@ Quick:
|
|
|
36
36
|
|
|
37
37
|
Rich:
|
|
38
38
|
- record({
|
|
39
|
+
intent: "Setting up GitHub org for Telvok",
|
|
39
40
|
insight: "GitHub org names are first-come-first-served regardless of domain ownership",
|
|
40
41
|
context: "GitHub, npm, branding",
|
|
41
|
-
reasoning: "We owned telvok.com but someone squatted telvok org years ago"
|
|
42
|
+
reasoning: "We owned telvok.com but someone squatted telvok org years ago",
|
|
43
|
+
example: "Had to use telvokdev instead of telvok"
|
|
42
44
|
})`,
|
|
43
45
|
inputSchema: {
|
|
44
46
|
type: 'object',
|