sigildocs

(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 an app manifest dict to ~/.sigil/apps/<name>/manifest.json

Read an app manifest dict from file. Returns the dict or #f if the file doesn't exist.

List all installed app manifests as (name . dict) pairs.

Register an MCP server in the Claude Code config.

Remove an MCP server entry from the Claude Code config.

(No description)

(No description)

(No description)