Skip to content

Commit 08e2cb4

Browse files
committed
docs: updateContext7 MCP guide
1 parent 5574125 commit 08e2cb4

File tree

1 file changed

+12
-1
lines changed
  • adminforth/documentation/blog/2025-10-21-context7-setup

1 file changed

+12
-1
lines changed

adminforth/documentation/blog/2025-10-21-context7-setup/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The installation is complete. You can now use it.
4646
Here is an example prompt you can use to add the adminforth bulk-ai-flow plugin:
4747

4848
**Prompt:**
49-
`Add adminforth bulk-ai-flow plugin to this file using only Context7 MCP`
49+
`Add adminforth bulk-ai-flow plugin to this file using Context7 MCP`
5050

5151
**Generated Code:**
5252
![](image_6.png)
@@ -58,3 +58,14 @@ As we can see, the generation works really well.
5858

5959
### Tips
6060
If you don’t want to add `use context7` to every prompt, you can [define a simple rule in your MCP client's rule section](https://github.com/upstash/context7?tab=readme-ov-file#-tips).
61+
62+
If you're using github copilot, you can:
63+
1) In the root of your repository, create the .github directory if it does not already exist.
64+
2) create a file named `.github/copilot-instructions.md`
65+
3) Inside new file add:
66+
67+
```txt
68+
Always use context7 when I need code generation, setup or configuration steps, or
69+
library/API documentation. This means you should automatically use the Context7 MCP
70+
tools to resolve library id and get library docs without me having to explicitly ask.
71+
```

0 commit comments

Comments
 (0)