Skip to content

[DO NOT MERGE] Experimental auto migration to MCP SDK v2 - #2408

Draft
Lightning00Blade wants to merge 1 commit into
mainfrom
experimental-v2
Draft

[DO NOT MERGE] Experimental auto migration to MCP SDK v2#2408
Lightning00Blade wants to merge 1 commit into
mainfrom
experimental-v2

Conversation

@Lightning00Blade

Copy link
Copy Markdown
Collaborator

This was generated based on the documents provided in the SDK v2 migration for both the SDK and the MCP version.
It is to serve as a template for pre-factoring and other changes.

Comment thread src/bin/chrome-devtools-mcp-main.ts
): ShapeOutput<zod.ZodRawShape> {
const transformed: ShapeOutput<zod.ZodRawShape> = {};
params: Record<string, unknown>,
schema: Record<string, unknown>,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we keep more specific types here?

Comment thread src/tools/console.ts Outdated

const LIST_CONSOLE_MESSAGES_TOOL_NAME = 'list_console_messages';

const consoleSchema = {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should keep this inline and figure out inference of types

Comment thread upgrade-to-v2.md
@@ -0,0 +1,1880 @@
---

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: remove tempoary markdown docs

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