Skip to content

Commit d95e0d1

Browse files
committed
fix: align all version strings to 0.5.25
Updated AGENTS_SECTION.md (was 0.5.23) and desktop-extension/manifest.json (was 0.4.1) to match pyproject.toml, __init__.py, and SKILL.md. Made-with: Cursor
1 parent b943214 commit d95e0d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

desktop-extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.2",
33
"name": "notebooklm-mcp",
44
"display_name": "NotebookLM MCP Server",
5-
"version": "0.4.1",
5+
"version": "0.5.25",
66
"description": "Connect Claude to Google NotebookLM. Create podcasts, research topics, generate quizzes, flashcards, mind maps, and more from your notebooks.",
77
"long_description": "This extension connects Claude Desktop to Google NotebookLM via the Model Context Protocol. It provides 29 tools for managing notebooks, sources, and generating AI content.\n\n**Prerequisites:**\n1. Install the package: `pip install notebooklm-mcp-cli` or `uv tool install notebooklm-mcp-cli`\n2. Authenticate: Run `nlm login` to set up your Google account\n\n**Features:**\n- Create and manage notebooks\n- Add sources (URLs, YouTube, Google Drive, text, files)\n- Generate podcasts (Audio Overview)\n- Create quizzes, flashcards, mind maps, reports\n- Research topics with web or Drive search",
88
"author": {

src/notebooklm_tools/data/AGENTS_SECTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- nlm-skill-start -->
2-
<!-- nlm-version: 0.5.23 -->
2+
<!-- nlm-version: 0.5.25 -->
33
## NLM - NotebookLM CLI Expert
44

55
**Triggers:** "nlm", "notebooklm", "notebook lm", "podcast", "audio overview", "research"

0 commit comments

Comments
 (0)