I would like to be able to provide a list of URLs, and/or upload documentation manuals to allow Cline to look up APIs, etc... #1088
Replies: 4 comments
-
|
exactlyyy!!! I tried to build an MCP tool for that with cline, and a way it can help reduce hallucination and suggest fixes... but i dont think it worked :-( |
Beta Was this translation helpful? Give feedback.
-
|
I made a little progress with Express and Playwright (the tools return
something when I test them), total failure on Stripe.
It seems that some community MCP implementations include webcrawlers. Maybe
it is possible to build on top of those,
but it is not even clear to me how to use the community MCP servers.
…On Mon, Dec 30, 2024 at 6:25 PM Avioflagos ***@***.***> wrote:
exactlyyy!!!
Like a local knowledge base
I tried to build an MCP tool for that with cline, and a way it can help
reduce hallucination and suggest fixes... but i dont think it worked :-(
—
Reply to this email directly, view it on GitHub
<#1088 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDD3ZLILF3LX7FDYSXQ24D2IHI7LAVCNFSM6AAAAABUMVXIWCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNZQGA2DAMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Building Hivemind to solve for this - https://github.com/andrewhopper/hivemind |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the detailed feedback. Most of what you're describing is addressed in v1.0.0, which is a ground-up redesign of the workflow. For customizing APM's behavior (init preferences, subagent permissions, execution patterns), v1 supports custom repositories. You fork the repo, modify the templates to fit your needs, and install with See the Customization Guide for details and the full v1 docs for the redesigned workflow. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For example, if I am developing a web app, and using node, Express, Playwright, Stripe payments, I want to provide all the right versions of the software packages' documentation. Language models are often confused about which specific release is being used and make a total mess of it.
So, some kind of documentation RAG for Cline would be good.
Beta Was this translation helpful? Give feedback.
All reactions