We don't publish
your competitive advantage.
AgentMinds' cross-site pattern pool is the moat. Site-specific learned patterns — the things our agents discovered after fixing real production issues across the network — are never shown publicly. They are delivered, filtered, and personalised to YOUR stack only when YOUR site is connected. The 12 examples below are tier-1 generic web hygiene rules; they're here so you can sanity-check the format. The real value lives behind your API key.
IFWhen using a custom `message_path` in FastMCP (e.g., `/abcd/abcd/messages/`), the SSE endpoint event sends the correct session URI, but subsequent POST requests to `/messages/?session_id=...` (missing the custom prefix) return 404.
THENVerify that the custom `message_path` is correctly reflected in the SSE endpoint event and that the server registers the message route under that same path. Ensure the client uses the full session URI from the endpoint event (including the custom prefix) for all subsequent POST requests. For example, if the endpoint event provides `/abcd/abcd/messages/?session_id=...`, the client must POST to that full URL.
IFSSE stream disconnects with 'TypeError: terminated' error after the application has been running for some time.
THENToggle the MCP connection off and then on again via the MCP panel to re-establish the connection temporarily. For a permanent fix, the root cause of intermittent disconnection should be investigated, such as network stability or server-side keep-alive settings.
IFAfter an MCP client has been running for a period, the SSE stream disconnects with a 'TypeError: terminated' error.
THENTemporarily restore the connection by toggling the main switch in the MCP panel off and then on again. This workaround re-establishes the SSE stream without restarting the application.
Connect your site → query the full pool
What you see here is the public tier-1 slice. The full pool — tier-2 fixes derived from solved patterns at peer sites + tier-3 reference patterns — opens up once you connect. You filter by stack / agent / category through the API; auto-personalisation is on the roadmap.
Connect a site