main - fix: Change repository name to gr-mcp
This commit is contained in:
parent
2dc21b5363
commit
3df548e684
10
README.md
10
README.md
@ -1,4 +1,4 @@
|
||||
# GNURadio MCP Server
|
||||
# GR-MCP: A gnuradio MCP Server
|
||||
|
||||
[](https://www.python.org/downloads/release/python-3130/)
|
||||
|
||||
@ -31,14 +31,14 @@
|
||||
### Usage
|
||||
1. **Clone the repository**
|
||||
```bash
|
||||
git clone https://github.com/yoelbassin/gnuradioMCP
|
||||
git clone https://github.com/yoelbassin/gr-mcp
|
||||
```
|
||||
|
||||
2. [**Install GNURadio**](https://wiki.gnuradio.org/index.php/InstallingGR)
|
||||
|
||||
3. **Set up a UV environment**
|
||||
```bash
|
||||
cd gnuradioMCP
|
||||
cd gr-mcp
|
||||
uv venv --system-site-packages
|
||||
```
|
||||
> The `--system-site-packages` flag is required because GNURadio installs the `gnuradio` Python package globally.
|
||||
@ -46,11 +46,11 @@ uv venv --system-site-packages
|
||||
4. **Add the MCP server configuration to your client configuration.** For example, for Claude Desktop or Cursor:
|
||||
```json
|
||||
"mcpServers": {
|
||||
"GnuradioMCP": {
|
||||
"gr-mcp": {
|
||||
"command": "uv",
|
||||
"args": [
|
||||
"--directory",
|
||||
"/path/to/gnuradioMCP",
|
||||
"/path/to/gr-mcp",
|
||||
"run",
|
||||
"main.py"
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user