ai-readme-mcp 0.4.8 → 0.4.9

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 +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,19 @@
6
6
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue)](https://www.typescriptlang.org/)
7
7
  [![Node](https://img.shields.io/badge/Node.js-18+-green)](https://nodejs.org/)
8
8
 
9
+ ## 📑 Quick Navigation
10
+
11
+
12
+ - [Installation & Setup](#-installation--setup)
13
+ - [For Claude Code](#for-claude-code-vscode-extension)
14
+ - [For Cursor](#for-cursor)
15
+ - [For GitHub Copilot](#for-github-copilot-vscode-1102)
16
+ - [For Claude Desktop](#for-claude-desktop-application)
17
+ - [Alternative Installation Methods](#alternative-installation-methods)
18
+ - [Create Your First AI_README](#create-your-first-ai_readme)
19
+ - [Multi-Level AI_README](#multi-level-ai_readme-not-just-for-monorepos)
20
+ - [Available MCP Tools](#️-available-mcp-tools)
21
+
9
22
 
10
23
  ---
11
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-readme-mcp",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "MCP server for managing AI_README.md files in projects",
5
5
  "type": "module",
6
6
  "bin": {