(sigil cli app manifest)
(sigil cli app manifest) - App manifest + MCP JSON I/O (post-bootstrap)
Reads/writes ~/.sigil/apps/<name>/manifest.json and the Claude Code MCP config JSON files. Factored out of (sigil cli app) so the outer app dispatcher can live without a direct (sigil json) import — the whole module tree stays out of the bootstrap CLI, but the json dependency is now localized to this leaf.
Exports
write-app-manifestprocedureWrite an app manifest dict to ~/.sigil/apps/<name>/manifest.json
read-app-manifestprocedureRead an app manifest dict from file. Returns the dict or #f if the file doesn't exist.
list-app-manifestsprocedureList all installed app manifests as (name . dict) pairs.
register-mcp-serverprocedureRegister an MCP server in the Claude Code config.
deregister-mcp-serverprocedureRemove an MCP server entry from the Claude Code config.
apps-manifest-dirvariable(No description)
app-manifest-pathvariable(No description)
mcp-config-pathvariable(No description)