Skip to content

chore: bump dependencies, update server to use simplified express-like api #8

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

Merged
merged 3 commits into from
Jan 31, 2025

Conversation

eddyv
Copy link
Member

@eddyv eddyv commented Jan 31, 2025

This pull request includes several updates to the package.json file and refactors the input schema handling in multiple tool handler files. The most important changes include updating dependencies in package.json, removing the ToolInput type, and replacing zodToJsonSchema with ZodRawShape.

Dependency Updates:

  • package.json: Updated several dependencies including @types/node, @types/ws, eslint, eslint-plugin-prettier, globals, openapi-typescript, typescript, typescript-eslint, @confluentinc/kafka-javascript, and @modelcontextprotocol/sdk to their latest versions.

Schema Refactoring:

Tool Handlers Updates:

  • Updated the input schema handling in various tool handler files (create-connector-handler.ts, list-connectors-handler.ts, read-connectors-handler.ts, create-flink-statement-handler.ts, delete-flink-statement-handler.ts, list-flink-statements-handler.ts, read-flink-statement-handler.ts, create-topics-handler.ts, delete-topics-handler.ts, list-topics-handler.ts, produce-kafka-message-handler.ts) by replacing zodToJsonSchema with .shape of the respective Zod schema. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28]

@eddyv eddyv requested a review from a team as a code owner January 31, 2025 16:46
@eddyv eddyv enabled auto-merge (squash) January 31, 2025 16:50
@eddyv eddyv requested a review from Copilot January 31, 2025 19:31
Copy link

@Copilot 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.

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

Files not reviewed (10)
  • package.json: Language not supported
  • src/confluent/tools/handlers/flink/delete-flink-statement-handler.ts: Evaluated as low risk
  • src/confluent/tools/handlers/flink/read-flink-statement-handler.ts: Evaluated as low risk
  • src/confluent/tools/handlers/flink/list-flink-statements-handler.ts: Evaluated as low risk
  • src/confluent/tools/handlers/connect/list-connectors-handler.ts: Evaluated as low risk
  • src/confluent/tools/handlers/connect/read-connectors-handler.ts: Evaluated as low risk
  • src/confluent/tools/handlers/flink/create-flink-statement-handler.ts: Evaluated as low risk
  • src/confluent/tools/handlers/kafka/create-topics-handler.ts: Evaluated as low risk
  • src/confluent/tools/handlers/kafka/delete-topics-handler.ts: Evaluated as low risk
  • src/confluent/tools/handlers/kafka/produce-kafka-message-handler.ts: Evaluated as low risk

@eddyv eddyv merged commit 34dfb8f into main Jan 31, 2025
@eddyv eddyv deleted the chore/update-deps branch January 31, 2025 20:47
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.

2 participants