-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I'd like to be able to spin up multiple GCLIs with more tailored agents. The broader the scope, the more I end up with hallucinations or tangents or archetectural oversights. With programming often being an iterative process, my preferred method allows global commands to propogate and individual instances to be particular modifyable expert agents.
(ex: One for PubDev and library fetching to ensure Gemini is giving results relevant to the pubspec.yaml or installed versions, another for architectural management and oversight, some as supervisory experts to fetch and maintain best current practices for each platform, others for each of several different Git branches, etc).
As a jr dev, it seems the most advantageous and logical way to do this is with the Docker MCP Toolkit, but IDK how to make a custom MCP service on there as well as you all whom are so familiar with the Gemini architecture.