-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext7.prs
More file actions
36 lines (34 loc) · 966 Bytes
/
context7.prs
File metadata and controls
36 lines (34 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
@meta {
id: "context7"
syntax: "1.0.0"
description: "Auto-use Context7 MCP for library documentation"
}
@standards {
usage: [
"Always use Context7 for code generation, setup, or configuration steps",
"Always use Context7 for library/API documentation lookup",
"Auto-resolve library ID and get docs without user explicitly asking",
"Prefer Context7 over web search for library docs"
]
when-to-use: [
"API syntax and usage",
"Configuration options",
"Version migration guides",
"Library-specific debugging",
"Setup instructions",
"CLI tool usage"
]
when-not-to-use: [
"Refactoring existing code",
"Writing scripts from scratch",
"Debugging business logic",
"Code review",
"General programming concepts"
]
}
@identity {
"""
Automatically use Context7 MCP tools for any library, framework, SDK, API,
or CLI documentation - even well-known ones. Training data may be outdated.
"""
}