inav-mcp 0.3.3__tar.gz → 0.3.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/PKG-INFO +5 -3
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/README.md +3 -1
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/server.py +4 -2
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp.egg-info/PKG-INFO +5 -3
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/pyproject.toml +2 -2
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/LICENSE +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/__init__.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/cli.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/connection.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/knowledge/__init__.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/knowledge/arming_flags.json +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/knowledge/esc_protocols.json +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/knowledge/fc_targets.json +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/knowledge/modes_reference.json +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/modes.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/msp.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/profiles.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/safety.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/state.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/troubleshoot.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp.egg-info/SOURCES.txt +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp.egg-info/dependency_links.txt +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp.egg-info/entry_points.txt +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp.egg-info/requires.txt +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp.egg-info/top_level.txt +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/setup.cfg +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_cli.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_cli_batch.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_cli_props_gate.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_diagnostics.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_followups.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_modes_m4.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_msp_codec.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_new_tools_m6.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_profiles.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_reconnect.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_resources_prompts.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_server_cli.py +0 -0
- {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_status_v2.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: inav-mcp
|
|
3
|
-
Version: 0.3.
|
|
4
|
-
Summary: MCP server for iNAV
|
|
3
|
+
Version: 0.3.4
|
|
4
|
+
Summary: MCP server for configuring and diagnosing iNAV flying-wing (and fixed-wing) flight controllers
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Project-URL: Homepage, https://github.com/starlordz12/inav-mcp
|
|
7
7
|
Project-URL: Repository, https://github.com/starlordz12/inav-mcp
|
|
@@ -25,7 +25,9 @@ Dynamic: license-file
|
|
|
25
25
|
[](https://pypi.org/project/inav-mcp/)
|
|
26
26
|
|
|
27
27
|
An [MCP](https://modelcontextprotocol.io) server that lets Claude configure,
|
|
28
|
-
diagnose, and troubleshoot an **iNAV
|
|
28
|
+
diagnose, and troubleshoot an **iNAV flight controller** over USB — built
|
|
29
|
+
**primarily for flying wings** (elevon FPV wings like the TBS Chupito and
|
|
30
|
+
Mojito), and also for conventional fixed-wing planes.
|
|
29
31
|
|
|
30
32
|
It talks to the FC through a single serial connection, using the iNAV **CLI**
|
|
31
33
|
for configuration writes and a small built-in **MSP** codec for live/binary
|
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
[](https://pypi.org/project/inav-mcp/)
|
|
10
10
|
|
|
11
11
|
An [MCP](https://modelcontextprotocol.io) server that lets Claude configure,
|
|
12
|
-
diagnose, and troubleshoot an **iNAV
|
|
12
|
+
diagnose, and troubleshoot an **iNAV flight controller** over USB — built
|
|
13
|
+
**primarily for flying wings** (elevon FPV wings like the TBS Chupito and
|
|
14
|
+
Mojito), and also for conventional fixed-wing planes.
|
|
13
15
|
|
|
14
16
|
It talks to the FC through a single serial connection, using the iNAV **CLI**
|
|
15
17
|
for configuration writes and a small built-in **MSP** codec for live/binary
|
|
@@ -51,8 +51,10 @@ from .msp import (
|
|
|
51
51
|
mcp = FastMCP(
|
|
52
52
|
"iNAV Flight Controller",
|
|
53
53
|
instructions=(
|
|
54
|
-
"Tools for configuring, diagnosing, and troubleshooting an iNAV
|
|
55
|
-
"
|
|
54
|
+
"Tools for configuring, diagnosing, and troubleshooting an iNAV flight "
|
|
55
|
+
"controller over USB — built primarily for flying wings (elevon FPV wings "
|
|
56
|
+
"like the TBS Chupito / Mojito) and also for conventional fixed-wing planes."
|
|
57
|
+
"\n\n"
|
|
56
58
|
"WORKFLOW: call list_serial_ports() to find the port, then connect(port). "
|
|
57
59
|
"All other tools require an active connection.\n\n"
|
|
58
60
|
"SAFETY: a live motor test via cli('motor ...') can spin a propeller — it "
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: inav-mcp
|
|
3
|
-
Version: 0.3.
|
|
4
|
-
Summary: MCP server for iNAV
|
|
3
|
+
Version: 0.3.4
|
|
4
|
+
Summary: MCP server for configuring and diagnosing iNAV flying-wing (and fixed-wing) flight controllers
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Project-URL: Homepage, https://github.com/starlordz12/inav-mcp
|
|
7
7
|
Project-URL: Repository, https://github.com/starlordz12/inav-mcp
|
|
@@ -25,7 +25,9 @@ Dynamic: license-file
|
|
|
25
25
|
[](https://pypi.org/project/inav-mcp/)
|
|
26
26
|
|
|
27
27
|
An [MCP](https://modelcontextprotocol.io) server that lets Claude configure,
|
|
28
|
-
diagnose, and troubleshoot an **iNAV
|
|
28
|
+
diagnose, and troubleshoot an **iNAV flight controller** over USB — built
|
|
29
|
+
**primarily for flying wings** (elevon FPV wings like the TBS Chupito and
|
|
30
|
+
Mojito), and also for conventional fixed-wing planes.
|
|
29
31
|
|
|
30
32
|
It talks to the FC through a single serial connection, using the iNAV **CLI**
|
|
31
33
|
for configuration writes and a small built-in **MSP** codec for live/binary
|
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "inav-mcp"
|
|
7
|
-
version = "0.3.
|
|
8
|
-
description = "MCP server for iNAV
|
|
7
|
+
version = "0.3.4"
|
|
8
|
+
description = "MCP server for configuring and diagnosing iNAV flying-wing (and fixed-wing) flight controllers"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
11
11
|
requires-python = ">=3.10"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|