A playground for JSONPath
Download at releases.
Public docker image is available
$ docker run -d -p 8080:80 ashphy/jsonpath-online-evaluator:latest
or on your local machine
$ npm install
$ npm run dev # Starting the dev server
$ npm run build # Building the static files
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-feature$ claude mcp add jsonpath-online-evaluator \
-- python -m otcore.mcp_server <graph>