Skip to content

API Update Detected - Review MCP Tools #16

@github-actions

Description

@github-actions

The Digital Samba OpenAPI specification has changed. The MCP server tools may need updating.

What to Check

  1. New endpoints - May need new MCP tools
  2. Changed parameters - Update existing tool schemas
  3. Removed endpoints - Deprecate/remove affected tools
  4. Response changes - Update type definitions

Next Steps

  1. Start a Claude Code session in this repo
  2. Run /project-start
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    api-updateDigital Samba API spec has changedneeds-reviewNeeds human review

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions