-
-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Milestone
Description
A MCP server for LLM might have the advantage to automate testings, especially where we're trying to replicate features.
- LLM Write queries based on documentation (Ex : Neo4J documentation)
- Runs the same query on both ArcadeDB and original implementation (Neo4J using Neo4j MCP server) and compare the two results.
Right now on the tests I'm running, ( #3428) We're taking the bet the LLM did read correctly the documentation, but sometime its fails and just claim feature doesn't work while it works correctly, rule of thumb should be "Just behave like Neo4J" .
Low priority in my opinion.
Reactions are currently unavailable