Skip to content

fix: vs-code validate tool error for resource_serve #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kushalshit27
Copy link
Contributor

@kushalshit27 kushalshit27 commented Jun 15, 2025

Changes

Fix VS-Code MCP setup error:

Failed to validate tool mcp_auth0_auth0_create_resource_server: Error: tool parameters array type must have items. Please open a Github issue for the MCP server or extension which provides this tool

Failed to validate tool mcp_auth0_auth0_update_resource_server: Error: tool parameters array type must have items. Please open a Github issue for the MCP server or extension which provides this tool

Settings:

{
    "servers": {
        "auth0": {
            "command": "npx",
            "args": [
                "-y",
                "@auth0/auth0-mcp-server",
                "run"
            ],
            "env": {
                "DEBUG": "auth0-mcp"
            }
        }
    }
}

Testing

  • VS code
  • Claude Desktop (TODO)

Checklist

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
…ve items.
@kushalshit27 kushalshit27 changed the title fix: validate tool error: create_resource_serve, update_resource_server fix: VS-Code validate tool error: create_resource_serve, update_resource_server Jun 15, 2025
@kushalshit27 kushalshit27 changed the title fix: VS-Code validate tool error: create_resource_serve, update_resource_server fix: vs-code validate tool error: create_resource_serve, update_resource_server Jun 15, 2025
@kushalshit27 kushalshit27 changed the title fix: vs-code validate tool error: create_resource_serve, update_resource_server fix: vs-code validate tool error for resource_serve Jun 15, 2025

Verified

This commit was signed with the committer’s verified signature.
…ve items.
@kushalshit27 kushalshit27 marked this pull request as ready for review June 16, 2025 06:04
@kushalshit27 kushalshit27 requested a review from a team as a code owner June 16, 2025 06:04
@kushalshit27 kushalshit27 marked this pull request as draft June 16, 2025 06:05
@kushalshit27 kushalshit27 marked this pull request as ready for review June 16, 2025 06:05
@kushalshit27 kushalshit27 marked this pull request as draft June 16, 2025 06:06
@kushalshit27 kushalshit27 marked this pull request as ready for review June 26, 2025 14:42
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.

None yet

1 participant