Tips on AI tools for coding

Gemini code assist have rules you lay down for it, essentially defines a “Model Content Protocol” for it to follow.

You can adapted these for your needs, can you adapt Roo MCP for your needs?

For instants I can define certain architecture or a project and it will follow it. The next project I decide that a different architecture will be more appropriate, I adapted the rules and Gemini implements the new architecture on the project.

GCA has system rules, but not MCP (yet…).

It is also context aware of the project, from the first instance inter action, access to the project files and database.

Do I misunderstand a MCP?
Context aware
File access
Rules

Rules are pure LLM. File access is via tools, yes, but MCP permits user-added tools to talk to practically anything.

Can you please explain tools?

And what do they talk to?

Brief answer, because these are easily googleable:

Tools = a way to let the LLM perform an action on client side to update or fetch data.

Talk to = searches, filesystems, other AI (that’s the A2A google is promoting), APIs (like my pub.dev search).