Agent Plugins Validator v1.0.0 tool #75
rbadillap
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
I built a validator for the Agent Plugins 1.0.0 spec.
Validator
plugin.jsonormcp.jsonFor agents
MCP
A Streamable HTTP MCP endpoint exposes a validate tool, so agents can validate plugins programmatically.
API
The project also exposes an OpenAPI 3.1 API with a versioned /api/v1 interface for programmatic access.
Try it here:
https://agent-plugins.directory/tools/validate
Feedback is welcome, especially validation cases or edge cases that should be covered.
All reactions