Skip to content

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:

Terminal window
ontoskills enable marea.greeting/hello

If it is already enabled, rebuild the local indexes:

Terminal window
ontoskills rebuild-index

Then restart the MCP process.

Compiler commands fail

Install the compiler first:

Terminal window
ontoskills install core

Then initialize the ontology foundation:

Terminal window
ontoskills init-core

Imported source repo compiled, but the skill still is not visible

Imported source skills also need enablement:

Terminal window
ontoskills enable <qualified-id>

Reset Everything

To remove the managed local home entirely:

Terminal window
ontoskills uninstall --all