react/compiler/packages/react-mcp-server/todo.md
lauren 08075929f2
[compiler] Init react-mcp-server (#32859)
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.
2025-04-14 18:39:00 -04:00

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)