@soleri/engine
v9.22.2
Published
Soleri Knowledge Engine — MCP server binary for AI agents. Reads agent.yaml, boots vault/brain/planner, registers tools.
Maintainers
Readme
@soleri/engine
MCP server binary for Soleri agents. Reads agent.yaml, boots the Knowledge Engine (vault, brain, planner, curator), and registers all tools over stdio.
Usage
npx @soleri/engine --agent ./agent.yamlOr in .mcp.json:
{
"mcpServers": {
"my-agent": {
"command": "npx",
"args": ["-y", "@soleri/engine", "--agent", "./agent.yaml"]
}
}
}This package is a thin wrapper around @soleri/core's engine binary.
