Skip to content

Init DEX MCP #96

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 7 commits into from
Apr 29, 2025
Merged

Init DEX MCP #96

merged 7 commits into from
Apr 29, 2025

Conversation

cf-ml
Copy link
Collaborator

@cf-ml cf-ml commented Apr 29, 2025

Generally a follow on to: #68 (closed for direct push to this repo instead) + implements the majority of requested changes from that PR.

@cf-ml cf-ml requested review from cmsparks and Maximo-Guk April 29, 2025 21:55
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"start": "wrangler dev",
"cf-typegen": "wrangler types",
Copy link
Member

Choose a reason for hiding this comment

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

We recently removed the now @cloudflare/workers-types in the apps in our monorepo in this #77 and moved towards running wrangler types ( but avoiding codegening env type due to some issues with Env in global declaration .d.ts scope )

Don't have to do this in this PR, but would be great if you could a "context.ts" file that contains your Env interface, and a "types" field in your package.json so turbo will pick it up, and that way we can ensure we're still able to codegen all our types for all our servers in one command!

@cf-ml cf-ml merged commit 6e6b4cb into main Apr 29, 2025
4 of 6 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