Skip to content

test: add Xquik OpenAPI 3.1 codegen coverage#65

Open
kriptoburak wants to merge 1 commit into
taskade:mainfrom
kriptoburak:codex/add-xquik-openapi31-codegen-test
Open

test: add Xquik OpenAPI 3.1 codegen coverage#65
kriptoburak wants to merge 1 commit into
taskade:mainfrom
kriptoburak:codex/add-xquik-openapi31-codegen-test

Conversation

@kriptoburak

@kriptoburak kriptoburak commented Jul 2, 2026

Copy link
Copy Markdown

Summary

  • Add a copyable Xquik OpenAPI-to-MCP generation example to the codegen README.
  • Add OpenAPI 3.1 parser coverage for Xquik operation naming, query schemas, and response schemas.
  • Fix the existing response-normalization example, which called setupTools(this, ...) even though this is undefined in the documented module-level server setup.
  • Format the touched README and test with the repository's Prettier configuration.

Xquik is a hosted, closed-source service and an independent third-party service. It is not affiliated with X Corp.

Changeset

No changeset is required because this pull request changes documentation and test coverage only. It does not change the published package runtime or API. The changeset bot confirms that no version bump is necessary for this class of change.

Validation

  • npm install --legacy-peer-deps --no-package-lock --ignore-scripts
  • vitest run packages/openapi-codegen/src/parser.test.ts - 9 passed
  • tsc -p packages/openapi-codegen/tsconfig.json
  • prettier --check packages/openapi-codegen/README.md packages/openapi-codegen/src/parser.test.ts
  • Dereferenced the live Xquik OpenAPI 3.1 document and parsed 126 tools, including searchTweets at /api/v1/x/tweets/search.
  • Verified https://xquik.com/openapi.yaml returns the public OpenAPI schema.
  • git diff --check

@changeset-bot

changeset-bot Bot commented Jul 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 86c2ded

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@kriptoburak
kriptoburak force-pushed the codex/add-xquik-openapi31-codegen-test branch from 1b129b2 to 86c2ded Compare July 20, 2026 03:51
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