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 methods
src/tools/*/index.ts - Tool schemas and handlers
src/types/*.ts - Type definitions
openapi-stored.yaml - Replace with new spec after updates
Detected by automated check on 2026-02-02
The Digital Samba OpenAPI specification has changed. The MCP server tools may need updating.
What to Check
Next Steps
/project-startFiles 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 updatesDetected by automated check on 2026-02-02