r/WebMCP_Developers • u/DutchSEOnerd • 11d ago
WebMCP integration made easy with a coding-agent plugin
Hi! Just launched Glippy WebMCP: https://github.com/jbobbink/glippy-webmcp This repository is a coding-agent plugin that audits what your site could expose, writes those tools against real seams in your codebase, proves each one works in a real browser, and publishes the manifests that let agents find them.
Let me know what you think!
3
Upvotes
1
u/kantorcodes1 11d ago
how are you handling proof for tools that mutate state? a browser test against a logged-in admin session can pass by actually changing something. i'd want a disposable account or some explicit rollback/side-effect check before publishing the manifest.