Packages
Not yet published
These packages are release candidates pending npm registry publication. The snippets document the intended registry interface; do not treat them as installable until publication.
| Package | Purpose |
|---|---|
@oddessy-io/cli | Provision edge nodes and configure Matter, TTN and signed webhook adapters |
@oddessy-io/provision | Reusable signed-download, SHA-256 verification, install and enrolment library |
@oddessy-io/mcp | Local stdio adapter for the hosted, read-only Oddessy MCP server |
Provision a node
sudo npx --yes @oddessy-io/cli provision --platform https://platform.oddessy.io --token "$ODDESSY_ENROLMENT_TOKEN" --install
Connect MCP over stdio
{
"mcpServers": {
"oddessy": {
"command": "npx",
"args": ["--yes", "@oddessy-io/mcp"],
"env": { "ODDESSY_API_TOKEN": "${ODDESSY_API_TOKEN}" }
}
}
}
Keep credentials out of commands and repositories
Use your client secret store or environment injection. The packages do not persist personal MCP tokens or enrolment tokens.