Skip to content

Conversation

@dominikkadera
Copy link
Member

In this PR we're fixing the specifications of empty parameters, by adding parameters: {} alongside the type: "object", which is invalid when alone.

@dominikkadera dominikkadera requested a review from a team as a code owner October 7, 2025 16:16
Copilot AI review requested due to automatic review settings October 7, 2025 16:16
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes JSON schema validation issues by adding empty properties objects to tool input schemas that were previously invalid. The schemas had type: "object" without the required properties field, which violates JSON Schema specifications.

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/endpoints/users.mcp.ts Added empty properties to user tools input schema
src/endpoints/sdk/apps.mcp.ts Added empty properties to SDK apps tools input schema
src/endpoints/organizations.mcp.ts Added empty properties to organizations tools input schema
src/endpoints/enums.mcp.ts Added empty properties to three enum tools input schemas (countries, regions, timezones)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@dominikkadera dominikkadera force-pushed the fix-tools-with-empty-inputs branch from 1b72732 to 87024b4 Compare October 7, 2025 16:46
@dominikkadera dominikkadera merged commit be51de0 into main Oct 7, 2025
5 checks passed
@dominikkadera dominikkadera deleted the fix-tools-with-empty-inputs branch October 7, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants