Add Xquik adapter#64
Open
kriptoburak wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Source And Duplicate Checks
x-api-keyauth against the Xquik OpenAPI and public docs.Xquik,x-twitter-scraper,Xquik-dev, andxquik.com; no duplicates found.CONTRIBUTING.mdor PR template was present in this repo.Validation
ruby -e "require 'yaml'; YAML.load_file('config/tool_provider_config.yaml'); puts 'yaml ok'"node -e "const fs=require('fs'); JSON.parse(fs.readFileSync('package.json','utf8')); JSON.parse(fs.readFileSync('src/config/provider-limits.json','utf8')); console.log('json ok')"npx --yes prettier@3.5.3 --write src/adapters/xquik/index.ts src/schemas/xquik.schema.ts src/adapters/registry.ts src/schemas/index.ts src/config/env.ts src/mcp/tool-definitions.tsnpx eslint src/adapters/xquik/index.ts src/schemas/xquik.schema.ts src/adapters/registry.ts src/schemas/index.ts src/config/env.ts src/mcp/tool-definitions.tsnpx tsc --noEmit --pretty false --skipLibCheck --esModuleInterop --lib ES2022,DOM --moduleResolution node --module commonjs --target es2022 src/adapters/base.adapter.ts src/adapters/xquik/index.ts src/schemas/xquik.schema.ts src/types/provider.ts src/config/logger.tsnpm ci --ignore-scriptsis currently blocked by upstream package and lockfile drift (openapi-types,viem,ox). A validation-only install also needed--legacy-peer-depsbecause of an existingmppxandexpresspeer conflict.