Skip to content

Commit 902eb8f

Browse files
authored
chore: add Context7 MCP server configuration [no-ci] (#5)
* chore: add Context7 MCP server configuration * chore: add Context7 auto-refresh workflow
1 parent 3ebcc6d commit 902eb8f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.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/flask-text-to-speech",
3+
"public_key": "pk_hu7APZeIXQ14hNyaCBm0A"
4+
}

0 commit comments

Comments
 (0)