Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit a670251

Browse files
sapientpantsclaudeCopilot
authored
feat: add script to update GraphQL schema from DeepSource API (#177)
* feat: add script to update graphql schema from deepsource api - Add reusable script to fetch and update GraphQL schema via introspection - Add 'schema:update' npm script for easy schema updates - Install graphql package for schema introspection utilities - Update schema to latest version from DeepSource API (53KB) The script uses GraphQL introspection to fetch the complete schema from https://api.deepsource.io/graphql/ and saves it in SDL format. This ensures the schema stays up-to-date with DeepSource API changes. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> * chore: add changeset for schema update feature --------- Co-authored-by: Claude <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 765ad1f commit a670251

File tree

5 files changed

+1956
-1888
lines changed

5 files changed

+1956
-1888
lines changed

.changeset/six-radios-throw.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'deepsource-mcp-server': patch
3+
---
4+
5+
feat: add script to update GraphQL schema from DeepSource API
6+
7+
- Add reusable script to fetch and update GraphQL schema via introspection
8+
- Add 'schema:update' npm script for easy schema updates
9+
- Install graphql package for schema introspection utilities
10+
- Update schema to latest version from DeepSource API

0 commit comments

Comments
 (0)