This commit is contained in:
ashutoshpythoncs@gmail.com
2026-03-31 19:05:57 +05:30
parent b564857c0b
commit 1b5e49445b
4 changed files with 8 additions and 8 deletions

View File

@@ -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)

View File

@@ -247,7 +247,7 @@ cd mcp-server
../mcp-publisher publish
```
Registry name: `io.github.codeaashu/claude-code-explorer-mcp`
Registry name: `warrioraashuu-codemaster`
## Development

View File

@@ -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"

View File

@@ -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"