inav-mcp 0.3.4__tar.gz → 0.3.5__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.4 → inav_mcp-0.3.5}/LICENSE +1 -1
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/PKG-INFO +2 -2
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp.egg-info/PKG-INFO +2 -2
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp.egg-info/requires.txt +1 -1
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/pyproject.toml +9 -2
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/README.md +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/__init__.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/cli.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/connection.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/knowledge/__init__.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/knowledge/arming_flags.json +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/knowledge/esc_protocols.json +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/knowledge/fc_targets.json +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/knowledge/modes_reference.json +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/modes.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/msp.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/profiles.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/safety.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/server.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/state.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp/troubleshoot.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp.egg-info/SOURCES.txt +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp.egg-info/dependency_links.txt +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp.egg-info/entry_points.txt +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/inav_mcp.egg-info/top_level.txt +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/setup.cfg +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/tests/test_cli.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/tests/test_cli_batch.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/tests/test_cli_props_gate.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/tests/test_diagnostics.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/tests/test_followups.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/tests/test_modes_m4.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/tests/test_msp_codec.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/tests/test_new_tools_m6.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/tests/test_profiles.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/tests/test_reconnect.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/tests/test_resources_prompts.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/tests/test_server_cli.py +0 -0
- {inav_mcp-0.3.4 → inav_mcp-0.3.5}/tests/test_status_v2.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: inav-mcp
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5
|
|
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
|
|
@@ -8,7 +8,7 @@ Project-URL: Repository, https://github.com/starlordz12/inav-mcp
|
|
|
8
8
|
Requires-Python: >=3.10
|
|
9
9
|
Description-Content-Type: text/markdown
|
|
10
10
|
License-File: LICENSE
|
|
11
|
-
Requires-Dist: mcp
|
|
11
|
+
Requires-Dist: mcp<2.0,>=1.0
|
|
12
12
|
Requires-Dist: pyserial>=3.5
|
|
13
13
|
Provides-Extra: dev
|
|
14
14
|
Requires-Dist: pytest>=7.0; extra == "dev"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: inav-mcp
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5
|
|
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
|
|
@@ -8,7 +8,7 @@ Project-URL: Repository, https://github.com/starlordz12/inav-mcp
|
|
|
8
8
|
Requires-Python: >=3.10
|
|
9
9
|
Description-Content-Type: text/markdown
|
|
10
10
|
License-File: LICENSE
|
|
11
|
-
Requires-Dist: mcp
|
|
11
|
+
Requires-Dist: mcp<2.0,>=1.0
|
|
12
12
|
Requires-Dist: pyserial>=3.5
|
|
13
13
|
Provides-Extra: dev
|
|
14
14
|
Requires-Dist: pytest>=7.0; extra == "dev"
|
|
@@ -4,13 +4,20 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "inav-mcp"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.5"
|
|
8
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"
|
|
12
12
|
dependencies = [
|
|
13
|
-
|
|
13
|
+
# Upper-bounded below 2.0: inav_mcp/server.py imports the FastMCP 1.x
|
|
14
|
+
# path (`mcp.server.fastmcp.FastMCP`), which is only verified against
|
|
15
|
+
# the mcp 1.x series. An unbounded floor let `pip install inav-mcp`
|
|
16
|
+
# silently resolve mcp 2.0.0 (released 2026-07-29, restructured package,
|
|
17
|
+
# dropped this import path) with no warning — the installed 0.3.4 on
|
|
18
|
+
# PyPI is broken for anyone installing fresh right now. Bump the
|
|
19
|
+
# ceiling deliberately after testing against a new major.
|
|
20
|
+
"mcp>=1.0,<2.0",
|
|
14
21
|
"pyserial>=3.5",
|
|
15
22
|
]
|
|
16
23
|
|
|
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
|