✨ Fix import.meta.dir fallback handling in build scripts
This commit is contained in:
12
README.md
12
README.md
@@ -9,6 +9,7 @@
|
||||
[](#tech-stack)
|
||||
[](#directory-structure)
|
||||
[](#-explore-with-mcp-server)
|
||||
[](https://www.npmjs.com/package/claude-code-explorer-mcp)
|
||||
|
||||
> The original unmodified leaked source is preserved in the [`backup` branch](https://github.com/nirholas/claude-code/tree/backup).
|
||||
|
||||
@@ -83,7 +84,16 @@ Also see: [CONTRIBUTING.md](CONTRIBUTING.md) · [MCP Server README](mcp-server/R
|
||||
|
||||
This repo ships an [MCP server](https://modelcontextprotocol.io/) that lets any MCP-compatible client (Claude Code, Claude Desktop, VS Code Copilot, Cursor) explore the full source interactively.
|
||||
|
||||
### One-liner setup
|
||||
### 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:
|
||||
|
||||
```bash
|
||||
# Claude Code
|
||||
claude mcp add claude-code-explorer -- npx -y claude-code-explorer-mcp
|
||||
```
|
||||
|
||||
### One-liner setup (from source)
|
||||
|
||||
```bash
|
||||
git clone https://github.com/nirholas/claude-code.git ~/claude-code \
|
||||
|
||||
Reference in New Issue
Block a user