main - fix: Update README
This commit is contained in:
parent
425b308556
commit
2ade89408e
26
README.md
26
README.md
@ -1,5 +1,5 @@
|
|||||||
# GNURadio MCP Server
|
# GNURadio MCP Server
|
||||||
The goal of this project is allowing LLMs to create GNURadio Flowcharts for GNURadio Companion.
|
The goal of this project is allowing LLMs to create GNURadio Flowcharts for GNURadio Companion. The MCP server works by creating a flowchart and saving it as a `.grc` file that can be opened in gnuradio-companion.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -15,13 +15,19 @@ pip install -e .
|
|||||||
```
|
```
|
||||||
we use the `--system-site-packages` flag since GNURadio installs the `gnuradio` python package globally.
|
we use the `--system-site-packages` flag since GNURadio installs the `gnuradio` python package globally.
|
||||||
|
|
||||||
## Current Status
|
Currently, you can run the MCP server located on `main.py`
|
||||||
Rewriting the server using `gnuradio.grc` library. Currently using GNURadio Companion (v3.10.12.0).
|
```
|
||||||
|
python main.py
|
||||||
|
```
|
||||||
|
|
||||||
## TODO:
|
and add the GnuradioMCP server to your LLM using
|
||||||
- Add flowgraph save
|
```
|
||||||
- Add elements validation
|
"mcpServers": {
|
||||||
- Add errors check
|
"GnuradioMCP": {
|
||||||
- Build MCP interface
|
"url": "http://localhost:8000/sse"
|
||||||
- [Optional] Build REST interface
|
}
|
||||||
- Implement usage of Python Block
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## Current Status
|
||||||
|
In development, basic server have been created. Currently using GNURadio Companion (v3.10.12.0).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user