mirror of
https://github.com/codeaashu/claude-code.git
synced 2026-04-08 14:18:50 +03:00
update
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
[](#tech-stack)
|
||||
[](#directory-structure)
|
||||
[](#-explore-with-mcp-server)
|
||||
[](https://www.npmjs.com/package/claude-code-explorer-mcp)
|
||||
[](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)
|
||||
|
||||
@@ -247,7 +247,7 @@ cd mcp-server
|
||||
../mcp-publisher publish
|
||||
```
|
||||
|
||||
Registry name: `io.github.codeaashu/claude-code-explorer-mcp`
|
||||
Registry name: `warrioraashuu-codemaster`
|
||||
|
||||
## Development
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user