mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 12:20:38 +01: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)