wardx-server
Installation
SKILL.md
Wardx server
Wardx has two application surfaces in one bounded process: clients use
POST /v1/sync; agents use MCP over stdio or optional loopback-only Streamable
HTTP. There is no admin REST API or supported multi-replica mode.
Read only the reference relevant to the task:
- references/package.md: programmatic integration, handler/server lifecycle, configuration, internals, and verification.
- references/tools.md: MCP arguments, retention semantics, config constraints, and experiment policy fields.
For a framework-owned HTTP/HTTPS transport, use createWardxHandler(config)
and retain its stop function. Use startServer when Wardx should own listeners
and process signals. Check the installed package exports before using a new API;
repository documentation can precede an npm release.