v0.4.0 — Adds all 17 Semantica skills, 3 agents, and hook configuration to Cline (VS Code extension).
In Cline settings, add a new MCP server:
{
"semantica": {
"command": "python",
"args": ["-m", "semantica.mcp_server"],
"env": {}
}
}Cline will discover all 17 Semantica skills and 3 agents automatically on connection.
semantica-explorer --graph my_graph.json --port 8000Open http://localhost:5174 for the interactive dashboard.
- Python 3.10+
pip install semantica