Troubleshooting
Troubleshooting
ontoskills install mcp fails
Check:
- Node.js is available
- the release artifacts for the current version exist
- your machine can download GitHub release assets
Registry skill does not appear in OntoMCP
Most often the skill was installed but not enabled:
ontoskills enable marea.greeting/helloIf it is already enabled, rebuild the local indexes:
ontoskills rebuild-indexThen restart the MCP process.
Compiler commands fail
Install the compiler first:
ontoskills install coreThen initialize the ontology foundation:
ontoskills init-coreImported source repo compiled, but the skill still is not visible
Imported source skills also need enablement:
ontoskills enable <qualified-id>Reset Everything
To remove the managed local home entirely:
ontoskills uninstall --all