mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
Just trying this out as a small hack for fun. Nothing serious is planned. Inits an MCP server that has 1 assistant prompt and two capabilities.
347 B
347 B
TODO
- If code doesnt compile, read diagnostics and try again
- Provide detailed examples in assistant prompt (use another LLM to generate good prompts, iterate from there)
- Provide more tools for working with HIR/AST (eg so we can prompt it to try and optimize code via HIR, which it can then translate back into user code changes)