validasi_mcp 0.1.0-beta.4
validasi_mcp: ^0.1.0-beta.4 copied to clipboard
MCP server providing Validasi documentation and API reference for AI assistants.
0.1.0-beta.4 #
Added #
--base-urlCLI flag to override the docs source URL. Allows pointing to a self-hosted docs instance or a local VitePress dev server.
0.1.0-beta.3 #
Rewrite: Moved from a validation-engine adapter to a documentation assistant for AI.
Added #
DocsFetcher— fetches Validasi documentation pages from the hosted VitePress site via HTTP.DocsIndex— full-text search across cached documentation pages.DocPageParser— extracts titles, headings, and code blocks from Markdown.- 6 MCP tools:
search_docs,get_page,list_pages,get_code_examples,refresh_docs,clean_cache. validasi-docs://MCP resources for every documentation page.- Disk caching with 24h TTL,
--refreshand--clean-cacheCLI flags. - End-to-end integration test with snapshot comparison.
Breaking Changes #
- Removed
validasidependency; package no longer imports the validation engine. - Tools
list_schemas,describe_schema,validate_inputremoved. - New tools driven by documentation content instead of runtime registry.
0.1.0-beta.2 #
First working release of the Validasi MCP adapter.
Added #
- MCP stdio server with
initialize,tools/list, andtools/call. - Schema registry and tool handlers for agent-native support.
- Tools for
list_schemas,describe_schema, andvalidate_input. - Non-MCP fallback RPC handlers for direct schema introspection.
- Deterministic structured validation payloads from Validasi.
- Tests for the registry, tool handlers, and stdio server.
Changed #
- ValidasiEngine updated to support dual input/output type parameterization.
- Updated package configuration and workflows for workspace integration.
Notes #
- This adapter targets Validasi
v1.0.0-dev.x.
0.1.0-beta.1 #
Initial beta preview of the Validasi MCP adapter.