Skip to content

feat: add graphql_introspect tool for schema validation#85

Draft
michaelfarrell76 wants to merge 1 commit into
mainfrom
michaelfarrell76/add-graphql-introspect
Draft

feat: add graphql_introspect tool for schema validation#85
michaelfarrell76 wants to merge 1 commit into
mainfrom
michaelfarrell76/add-graphql-introspect

Conversation

@michaelfarrell76
Copy link
Copy Markdown
Member

Summary

  • Add graphql_introspect MCP tool that validates GraphQL queries against the live Transcend API schema
  • Add validateQuery method to TranscendGraphQLBase that returns raw responses without throwing
  • Register the tool in the admin server and bump umbrella tool count to 71
  • Add .cursor/skills/graphql-introspect/SKILL.md for agent guidance

Test plan

  • All existing tests pass (including updated tool count)
  • Verify introspect tool returns validation errors for invalid queries
  • Verify introspect tool returns success for valid queries

Made with Cursor

Add a new graphql_introspect MCP tool that validates GraphQL queries against
the live Transcend API schema. Returns exact validation errors (unknown fields,
invalid arguments, type mismatches) without executing the query. Useful for
auditing GQL definitions and verifying schema compatibility.
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 10, 2026

Open in StackBlitz

@transcend-io/cli

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/cli@85
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/cli@85.tgz

@transcend-io/privacy-types

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/privacy-types@85
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/privacy-types@85.tgz

@transcend-io/sdk

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/sdk@85
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/sdk@85.tgz

@transcend-io/utils

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/utils@85
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/utils@85.tgz

@transcend-io/mcp-server

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server@85
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server@85.tgz

@transcend-io/mcp-server-admin

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-admin@85
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-admin@85.tgz

@transcend-io/mcp-server-assessments

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-assessments@85
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-assessments@85.tgz

@transcend-io/mcp-server-consent

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-consent@85
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-consent@85.tgz

@transcend-io/mcp-server-core

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-core@85
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-core@85.tgz

@transcend-io/mcp-server-discovery

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-discovery@85
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-discovery@85.tgz

@transcend-io/mcp-server-dsr

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-dsr@85
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-dsr@85.tgz

@transcend-io/mcp-server-inventory

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-inventory@85
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-inventory@85.tgz

@transcend-io/mcp-server-preferences

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-preferences@85
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-preferences@85.tgz

@transcend-io/mcp-server-workflows

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-workflows@85
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-workflows@85.tgz

commit: b38cfee

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.

1 participant