Skip to content

Commit 7de0113

Browse files
Add context7.json to enable context7 MCP server
1 parent fb51fc9 commit 7de0113

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

CLAUDE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Claude Instructions
2+
3+
## Jumppad Research
4+
5+
When researching Jumppad documentation or examples, use Context7 to get the most up-to-date and comprehensive information about Jumppad resources, configuration patterns, and best practices.
6+
7+
Use the Context7 library ID: `/context7/jumppad-labs.github.io` for Jumppad documentation.

context7.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"$schema": "https://context7.com/schema/context7.json",
3+
"projectTitle": "Jumppad",
4+
"description": "A tool for creating lightweight development environments without the complexity of containers or virtual machines",
5+
"folders": [
6+
"src/pages/docs"
7+
],
8+
"excludeFolders": [
9+
"node_modules",
10+
".next",
11+
"public/certificates"
12+
],
13+
"fileTypes": [
14+
".mdx",
15+
".jsx",
16+
".js"
17+
],
18+
"excludeFileTypes": [
19+
".png",
20+
".jpg",
21+
".jpeg",
22+
".gif",
23+
".svg",
24+
".ico"
25+
]
26+
}

0 commit comments

Comments
 (0)