v0.1.1: Initial public release — Project Gutenberg MCP server
Initial public release — Project Gutenberg MCP server
Four tools for searching and reading 75,000+ public-domain books from
Project Gutenberg, with full plain-text retrieval and offset/limit chunking.
Added:
gutenberg_search_books— search by title, author, topic, language, author lifespangutenberg_get_book— fetch full metadata by Gutenberg IDgutenberg_get_text— retrieve plain text with offset/limit chunking; strips boilerplate, normalizes whitespace, converts HTML sourcesgutenberg_browse_popular— browse most-downloaded books, filterable by language or topic
Security:
- SSRF host validation on text-fetch path — format URLs validated against configured base host before any fetch
McpError instanceofguard replaces unsafe property cast for upstream not-found propagation
57 tests pass; bun run devcheck clean.