jimfhahn commited on
Commit
eb168f6
·
verified ·
1 Parent(s): 4f508d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -26,12 +26,10 @@ The MCP server can be tested by connecting an MCP client to the Gradio app's API
26
  The application is live and can be accessed at the Space Link above.
27
 
28
  ## Features:
29
- - Real-time RDF/XML validation against SHACL schemas (Monograph and custom templates).
30
- - AI-powered error suggestions and corrections via a Hugging Face Inference Endpoint.
31
- - Built-in examples for valid, invalid, and BibFrame RDF.
32
- - Auto-validation as you type.
33
- - Easy-to-use Gradio interface.
34
- - Exposes MCP server functionality for clients like Claude Desktop.
35
 
36
  ## MCP Server Tools Exposed:
37
  - `validate_rdf_tool`: Validate RDF/XML against SHACL shapes.
 
26
  The application is live and can be accessed at the Space Link above.
27
 
28
  ## Features:
29
+ - RDF/XML validation against SHACL schemas (Monograph and custom templates).
30
+ - LLM and SCHACL based error suggestions and corrections via a Hugging Face Inference Endpoint.
31
+ - Built-in examples for valid and invalid RDF/XML.
32
+
 
 
33
 
34
  ## MCP Server Tools Exposed:
35
  - `validate_rdf_tool`: Validate RDF/XML against SHACL shapes.