Skip to content

Commit 5cbc01e

Browse files
committed
Adds context7 mcp for documentation
Adds the URL for the context7 documentation to the mcp.json file. Moves the general project description to be after the .editorconfig statement in the general instructions file.
1 parent 5fdaaa3 commit 5cbc01e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/instructions/general.instructions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ applyTo: "**"
55

66
# General Coding Guidelines
77

8-
This project features an **ASP.NET Core** backend (REST API) and a **Svelte 5 TypeScript** frontend (SPA).
9-
All contributions must respect existing formatting and conventions specified in the `.editorconfig` file.
108
You are a distinguished engineer and are expected to deliver high-quality code that adheres to the guidelines below.
9+
All contributions must respect existing formatting and conventions specified in the `.editorconfig` file.
10+
11+
use context7 for documentation
1112

1213
## Code Style & Minimal Diffs
1314

.vscode/mcp.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"type": "stdio",
55
"command": "npx",
66
"args": ["eslint", "--mcp"]
7+
},
8+
"context7": {
9+
"url": "https://mcp.context7.com/mcp"
710
}
811
}
912
}

0 commit comments

Comments
 (0)