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/)
|
[](https://www.python.org/downloads/release/python-3130/)
|
||||||
|
|
||||||
@ -31,14 +31,14 @@
|
|||||||
### Usage
|
### Usage
|
||||||
1. **Clone the repository**
|
1. **Clone the repository**
|
||||||
```bash
|
```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)
|
2. [**Install GNURadio**](https://wiki.gnuradio.org/index.php/InstallingGR)
|
||||||
|
|
||||||
3. **Set up a UV environment**
|
3. **Set up a UV environment**
|
||||||
```bash
|
```bash
|
||||||
cd gnuradioMCP
|
cd gr-mcp
|
||||||
uv venv --system-site-packages
|
uv venv --system-site-packages
|
||||||
```
|
```
|
||||||
> The `--system-site-packages` flag is required because GNURadio installs the `gnuradio` Python package globally.
|
> 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:
|
4. **Add the MCP server configuration to your client configuration.** For example, for Claude Desktop or Cursor:
|
||||||
```json
|
```json
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"GnuradioMCP": {
|
"gr-mcp": {
|
||||||
"command": "uv",
|
"command": "uv",
|
||||||
"args": [
|
"args": [
|
||||||
"--directory",
|
"--directory",
|
||||||
"/path/to/gnuradioMCP",
|
"/path/to/gr-mcp",
|
||||||
"run",
|
"run",
|
||||||
"main.py"
|
"main.py"
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user