protege-mcp v0.2.0
protege-mcp 0.2.0 — natural-language layer
- Structured JSON output from every tool (mirrored as text) so an LLM client gets machine-readable results instead of prose.
- Orientation & safety tools:
get_ontology_context,get_entity_context,preview_changes(diff an edit before applying), andvalidate_ontology(modelling-quality audit). - Guided MCP prompts:
audit_ontology,explain_class,add_subclass_safely,find_and_fix_unsatisfiable,model_domain. - Import-aware
validate_ontology: the per-entity quality checks audit only the terms the active ontology is responsible for, so imported BFO/IOF terms are no longer false-flagged for label/definition/domain/range that lives upstream. Setinclude_imports=trueto audit the whole imports closure.
Requires Java 17. Install via Protégé ▸ File ▸ Check for plugins, or drop protege-mcp-0.2.0.jar into the Protégé plugins/ directory and restart.