Skip to content

PATCH: Utils mcp.ts clean up#5

Merged
kentcdodds merged 2 commits intoepicweb-dev:mainfrom
alexortiz201:patch-utils-mcp.ts
Oct 11, 2025
Merged

PATCH: Utils mcp.ts clean up#5
kentcdodds merged 2 commits intoepicweb-dev:mainfrom
alexortiz201:patch-utils-mcp.ts

Conversation

@alexortiz201
Copy link
Copy Markdown
Contributor

There are duplicates of the overload signature in mcp.ts

function sendMcpMessage<Options extends MessageOptions>(
	type: 'link',
	payload: McpMessageTypes['link'],
	options?: Options,
): McpMessageReturnType<Options>

Cleaned this up so the diff tool no longer flags a missing dupe signature. Had to do this for the rest of the downstream exercises' copied files.

Copy link
Copy Markdown
Member

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

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

Good catch! Thanks!

@kentcdodds kentcdodds merged commit ff6f94d into epicweb-dev:main Oct 11, 2025
3 of 5 checks passed
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