calibreweb-mcp 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  [![node](https://img.shields.io/node/v/calibreweb-mcp)](https://nodejs.org)
6
6
  [![license](https://img.shields.io/npm/l/calibreweb-mcp)](LICENSE)
7
7
  [![container](https://img.shields.io/badge/ghcr.io-ni--c%2Fcalibreweb--mcp-2496ed?logo=docker&logoColor=white)](https://github.com/ni-c/calibreweb-mcp/pkgs/container/calibreweb-mcp)
8
+ [![docs](https://img.shields.io/badge/docs-calibreweb--mcp.ni--c.de-4f46e5)](https://calibreweb-mcp.ni-c.de)
8
9
 
9
10
  A read-only [Model Context Protocol](https://modelcontextprotocol.io) server for
10
11
  [Calibre-Web](https://github.com/janeczku/calibre-web) (and
@@ -28,6 +29,13 @@ tool is a GET against the OPDS routes.
28
29
  <img src="https://calibreweb-mcp.ni-c.de/architecture.svg" alt="An MCP client speaks stdio to calibreweb-mcp, which reads the OPDS feed of Calibre-Web over HTTPS with Basic auth" width="800">
29
30
  </picture>
30
31
 
32
+ <!-- Recorded with vhs from docs/demo.tape against the bundled fixture library
33
+ (docs/demo-server.mjs) — no Calibre-Web instance needed to reproduce it. -->
34
+
35
+ ![Demo: listing the tools, searching the library and reading the stats through the MCP Inspector CLI](https://calibreweb-mcp.ni-c.de/demo.gif)
36
+
37
+ **📖 Full documentation: [calibreweb-mcp.ni-c.de](https://calibreweb-mcp.ni-c.de)**
38
+
31
39
  ## Requirements
32
40
 
33
41
  - Node.js 22 or newer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "calibreweb-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "mcpName": "io.github.ni-c/calibreweb-mcp",
5
5
  "description": "MCP server for Calibre-Web — read-only library access via the OPDS feed",
6
6
  "keywords": [