aego-engine-bookwriting

rgeertsema/aego-engine-bookwriting

3.2

If you are the rightful owner of aego-engine-bookwriting and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Bookwriting MCP Engine is a protocol server designed to facilitate book writing processes by providing essential resources and tools through a structured API.

Bookwriting MCP Engine (Skeleton)

Implements the minimal engine contract:

  • protocolVersion 2025-06-18
  • capabilities: resources=true, tools=true
  • stubs: resources/list, resources/read
  • --selftest verifies entrypoint, manifest, and Book 2 root

Launch (Claude MCP)

Preferred (module)

  • command: /usr/local/bin/python3
  • args: ["-m", "bookwriting_server"]

Self-test

export BOOK2_ROOT="/Users/you/projects/books/platform-leadership/series-1/book-2"
python3 -m bookwriting_server --selftest
# or override via CLI
python3 -m bookwriting_server --selftest --book2-root "$BOOK2_ROOT"

Resources API (stubs)

  • initialize -> protocol 2025-06-18, resources+tools true
  • resources/list -> returns one root book2-root
  • resources/read -> reads file:// URIs (UTF-8 text types)