Skip to content

Commit cf3f2e7

Browse files
authored
chore: add Context7 MCP server configuration [no-ci] (#3)
* chore: add Context7 MCP server configuration * chore: add Context7 auto-refresh workflow
1 parent 6b6a73b commit cf3f2e7

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/context7.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Update Context7 Documentation
2+
3+
on:
4+
release:
5+
types: [published]
6+
workflow_dispatch:
7+
8+
jobs:
9+
update-docs:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- name: Update Context7 Documentation
14+
id: context7
15+
uses: rennf93/upsert-context7@1.1
16+
with:
17+
operation: refresh

context7.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"url": "https://context7.com/deepgram-starters/java-text-intelligence",
3+
"public_key": "pk_hu7APZeIXQ14hNyaCBm0A"
4+
}

0 commit comments

Comments
 (0)