-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
api-updateDigital Samba API spec has changedDigital Samba API spec has changedneeds-reviewNeeds human reviewNeeds human review
Description
The Digital Samba OpenAPI specification has changed. The MCP server tools may need updating.
What to Check
- New endpoints - May need new MCP tools
- Changed parameters - Update existing tool schemas
- Removed endpoints - Deprecate/remove affected tools
- Response changes - Update type definitions
Next Steps
- Start a Claude Code session in this repo
- Run
/project-start - Ask Claude to analyze the API changes:
Compare openapi-stored.yaml with the current spec at https://developer.digitalsamba.com/rest-api/openapi.yaml
Identify:
- New endpoints that need MCP tools
- Changed parameters in existing endpoints
- Removed endpoints (flag tools for removal)
- Response type changes
Update the MCP server accordingly and replace openapi-stored.yaml with the new spec.
Files to Update
src/digital-samba-api.ts- API client methodssrc/tools/*/index.ts- Tool schemas and handlerssrc/types/*.ts- Type definitionsopenapi-stored.yaml- Replace with new spec after updates
Detected by automated check on 2026-02-02
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api-updateDigital Samba API spec has changedDigital Samba API spec has changedneeds-reviewNeeds human reviewNeeds human review