diff --git a/README.md b/README.md index 14b45be..0ea66a2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![React + Ink](https://img.shields.io/badge/UI-React_%2B_Ink-61DAFB?logo=react&logoColor=black)](#tech-stack) [![Files](https://img.shields.io/badge/~1,900_files-source_only-grey)](#directory-structure) [![MCP Server](https://img.shields.io/badge/MCP-Explorer_Server-blueviolet)](#-explore-with-mcp-server) -[![npm](https://img.shields.io/npm/v/claude-code-explorer-mcp?label=npm&color=cb3837&logo=npm)](https://www.npmjs.com/package/claude-code-explorer-mcp) +[![npm](https://img.shields.io/npm/v/warrioraashuu-codemaster?label=npm&color=cb3837&logo=npm)](https://www.npmjs.com/package/warrioraashuu-codemaster) > The original unmodified leaked source is preserved in the [`backup` branch](https://github.com/codeaashu/claude-code/tree/backup). @@ -86,11 +86,11 @@ This repo ships an [MCP server](https://modelcontextprotocol.io/) that lets any ### Install from npm -The MCP server is published as [`claude-code-explorer-mcp`](https://www.npmjs.com/package/claude-code-explorer-mcp) on npm — no need to clone the repo: +The MCP server is published as [`warrioraashuu-codemaster`](https://www.npmjs.com/package/warrioraashuu-codemaster) on npm — no need to clone the repo: ```bash # Claude Code -claude mcp add claude-code-explorer -- npx -y claude-code-explorer-mcp +claude mcp add warrioraashuu-codemaster -- npx -y warrioraashuu-codemaster ``` ### One-liner setup (from source) diff --git a/mcp-server/README.md b/mcp-server/README.md index 2d03819..bcd3e3e 100644 --- a/mcp-server/README.md +++ b/mcp-server/README.md @@ -247,7 +247,7 @@ cd mcp-server ../mcp-publisher publish ``` -Registry name: `io.github.codeaashu/claude-code-explorer-mcp` +Registry name: `warrioraashuu-codemaster` ## Development diff --git a/mcp-server/server.json b/mcp-server/server.json index fdb5872..c7d2115 100644 --- a/mcp-server/server.json +++ b/mcp-server/server.json @@ -1,6 +1,6 @@ { "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", - "name": "io.github.codeaashu/claude-code-explorer-mcp", + "name": "warrioraashuu-codemaster", "title": "Claude Code Explorer MCP", "description": "Explore the Claude Code CLI source — browse tools, commands, search code, and more.", "repository": { @@ -13,7 +13,7 @@ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", - "identifier": "claude-code-explorer-mcp", + "identifier": "warrioraashuu-codemaster", "version": "1.1.0", "transport": { "type": "stdio" diff --git a/server.json b/server.json index c999baf..14f86fb 100644 --- a/server.json +++ b/server.json @@ -1,6 +1,6 @@ cl{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", - "name": "io.github.codeaashu/claude-code-explorer-mcp", + "name": "warrioraashuu-codemaster", "title": "Claude Code Explorer MCP", "description": "Explore the Claude Code CLI source — browse tools, commands, search the 512K-line codebase.", "repository": { @@ -13,7 +13,7 @@ cl{ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", - "identifier": "claude-code-explorer-mcp", + "identifier": "warrioraashuu-codemaster", "version": "1.1.0", "transport": { "type": "stdio"