ai-readme-mcp 0.4.4 → 0.4.5

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 +14 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,20 @@
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
+ - [Installation & Setup](#-installation--setup)
12
+ - [For Claude Code](#for-claude-code-vscode-extension)
13
+ - [For Cursor](#for-cursor)
14
+ - [For GitHub Copilot](#for-github-copilot-vscode-1102)
15
+ - [For Claude Desktop](#for-claude-desktop-application)
16
+ - [Alternative Installation Methods](#alternative-installation-methods)
17
+ - [Create Your First AI_README](#create-your-first-ai_readme)
18
+ - [Multi-Level AI_README](#multi-level-ai_readme-not-just-for-monorepos)
19
+ - [Available MCP Tools](#️-available-mcp-tools)
20
+
21
+ ---
22
+
9
23
  ## 📋 Overview
10
24
 
11
25
  **AI_README MCP Server** is a Model Context Protocol (MCP) server that helps AI assistants understand your project conventions through dedicated `AI_README.md` guide files. It automatically discovers, routes, and manages these files so AI can generate consistent, high-quality code that matches your team's standards.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-readme-mcp",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "MCP server for managing AI_README.md files in projects",
5
5
  "type": "module",
6
6
  "bin": {