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)
|
[](#tech-stack)
|
||||||
[](#directory-structure)
|
[](#directory-structure)
|
||||||
[](#-explore-with-mcp-server)
|
[](#-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).
|
> 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
|
### 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
|
```bash
|
||||||
# Claude Code
|
# 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)
|
### One-liner setup (from source)
|
||||||
|
|||||||
@@ -247,7 +247,7 @@ cd mcp-server
|
|||||||
../mcp-publisher publish
|
../mcp-publisher publish
|
||||||
```
|
```
|
||||||
|
|
||||||
Registry name: `io.github.codeaashu/claude-code-explorer-mcp`
|
Registry name: `warrioraashuu-codemaster`
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
"$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",
|
"title": "Claude Code Explorer MCP",
|
||||||
"description": "Explore the Claude Code CLI source — browse tools, commands, search code, and more.",
|
"description": "Explore the Claude Code CLI source — browse tools, commands, search code, and more.",
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
{
|
{
|
||||||
"registryType": "npm",
|
"registryType": "npm",
|
||||||
"registryBaseUrl": "https://registry.npmjs.org",
|
"registryBaseUrl": "https://registry.npmjs.org",
|
||||||
"identifier": "claude-code-explorer-mcp",
|
"identifier": "warrioraashuu-codemaster",
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"transport": {
|
"transport": {
|
||||||
"type": "stdio"
|
"type": "stdio"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
cl{
|
cl{
|
||||||
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
"$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",
|
"title": "Claude Code Explorer MCP",
|
||||||
"description": "Explore the Claude Code CLI source — browse tools, commands, search the 512K-line codebase.",
|
"description": "Explore the Claude Code CLI source — browse tools, commands, search the 512K-line codebase.",
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -13,7 +13,7 @@ cl{
|
|||||||
{
|
{
|
||||||
"registryType": "npm",
|
"registryType": "npm",
|
||||||
"registryBaseUrl": "https://registry.npmjs.org",
|
"registryBaseUrl": "https://registry.npmjs.org",
|
||||||
"identifier": "claude-code-explorer-mcp",
|
"identifier": "warrioraashuu-codemaster",
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"transport": {
|
"transport": {
|
||||||
"type": "stdio"
|
"type": "stdio"
|
||||||
|
|||||||
Reference in New Issue
Block a user