We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1f1f6 commit 2b2901aCopy full SHA for 2b2901a
README.md
@@ -22,7 +22,7 @@ git clone https://github.com/chainstacklabs/rpc-nodes-mcp.git
22
cd rpc-nodes-mcp
23
```
24
25
-### 2. Install dependencies with `uv`
+### 2. Install dependencies with [`uv`](https://docs.astral.sh/uv/getting-started/installation/)
26
| Mode | Command |
27
|------------|---------------------------------------------------|
28
| Base | `uv pip install -r pyproject.toml` |
@@ -46,7 +46,7 @@ OPENAI_API_KEY=
46
47
### ▶️ Run MCP server
48
```bash
49
-npx @modelcontextprotocol/inspector uv run src/main_evm.py
+npx @modelcontextprotocol/inspector uv run main_evm.py
50
51
For more details, visit [Model Context Inspector](https://modelcontextprotocol.io/docs/tools/inspector).
52
0 commit comments