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.
Files changed (39) hide show
  1. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/PKG-INFO +5 -3
  2. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/README.md +3 -1
  3. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/server.py +4 -2
  4. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp.egg-info/PKG-INFO +5 -3
  5. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/pyproject.toml +2 -2
  6. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/LICENSE +0 -0
  7. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/__init__.py +0 -0
  8. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/cli.py +0 -0
  9. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/connection.py +0 -0
  10. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/knowledge/__init__.py +0 -0
  11. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/knowledge/arming_flags.json +0 -0
  12. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/knowledge/esc_protocols.json +0 -0
  13. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/knowledge/fc_targets.json +0 -0
  14. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/knowledge/modes_reference.json +0 -0
  15. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/modes.py +0 -0
  16. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/msp.py +0 -0
  17. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/profiles.py +0 -0
  18. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/safety.py +0 -0
  19. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/state.py +0 -0
  20. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp/troubleshoot.py +0 -0
  21. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp.egg-info/SOURCES.txt +0 -0
  22. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp.egg-info/dependency_links.txt +0 -0
  23. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp.egg-info/entry_points.txt +0 -0
  24. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp.egg-info/requires.txt +0 -0
  25. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/inav_mcp.egg-info/top_level.txt +0 -0
  26. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/setup.cfg +0 -0
  27. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_cli.py +0 -0
  28. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_cli_batch.py +0 -0
  29. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_cli_props_gate.py +0 -0
  30. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_diagnostics.py +0 -0
  31. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_followups.py +0 -0
  32. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_modes_m4.py +0 -0
  33. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_msp_codec.py +0 -0
  34. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_new_tools_m6.py +0 -0
  35. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_profiles.py +0 -0
  36. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_reconnect.py +0 -0
  37. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_resources_prompts.py +0 -0
  38. {inav_mcp-0.3.3 → inav_mcp-0.3.4}/tests/test_server_cli.py +0 -0
  39. {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.3
4
- Summary: MCP server for iNAV flight-controller configuration and diagnostics
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
  [![PyPI](https://img.shields.io/pypi/v/inav-mcp.svg)](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 fixed-wing flight controller** over USB.
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
  [![PyPI](https://img.shields.io/pypi/v/inav-mcp.svg)](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 fixed-wing flight controller** over USB.
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 fixed-wing "
55
- "flight controller over USB.\n\n"
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.3
4
- Summary: MCP server for iNAV flight-controller configuration and diagnostics
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
  [![PyPI](https://img.shields.io/pypi/v/inav-mcp.svg)](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 fixed-wing flight controller** over USB.
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.3"
8
- description = "MCP server for iNAV flight-controller configuration and diagnostics"
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