Releases: RAEN-DT/PyNetBridge
Releases · RAEN-DT/PyNetBridge
Release list
PyNet Bridge v1.1.0
Release v1.1.0 — Signed Installer + Client Auto-Configuration Improvements
This release updates the PyNet Platform Bridge (MCP) Windows installer with digital signing and broader AI client support.
What's New
- Digital Signature: The installer and uninstaller are now signed with RAEN Digital Tools SL's EV code signing certificate — no SmartScreen warning is expected.
- GitHub Copilot (VS Code) support: the installer now auto-detects and configures GitHub Copilot's dedicated
mcp.json, in addition to Claude Desktop, Claude Code, Cline, Roo Code and Codex. - MCPB extension packaging: switched to
uvxin the manifest and added.mcpbignorefor a leaner package. - Fixes: Codex config now shows the confirmation message and creates the config directory when missing.
Installation
A Windows installer (.exe) is provided. It will:
- Install
pynet-mcp-bridgefrom PyPI (latest version) viauv/pip. - Auto-detect and configure all compatible AI clients.
- Show a summary of configured clients on completion.
- Register an uninstaller that removes the package and cleans up all client configurations.
Requirements
- Windows 10 / 11.
- Python 3.10 – 3.13.
- PyNet Platform Plugin installed in the host application.
License
This project is distributed under the MIT License.
PyNET Bridge MCP beta Release
Release v1.0.0 — Initial Public Release
First stable release of PyNet Platform Bridge (MCP). This version establishes the base infrastructure for real-time communication between AI models and Autodesk desktop applications.
Core Features
- MCP Protocol: Full implementation for Claude Desktop, Claude Code, Cline, Roo Code and Codex.
- Security Layer: Built-in static analyzer to validate and filter scripts before execution.
- Orchestration: Automatic detection and management of Navisworks, Revit, and Civil 3D instances.
- Automation Tools: Dynamic deployment of Ribbon modules, tabs, and script buttons.
Installation
A Windows installer (.exe) is provided. It will:
- Install
pynet-mcp-bridgevia uv (or pip as fallback). - Auto-detect and configure all compatible AI clients.
- Show a summary of configured clients on completion.
- Register an uninstaller that removes the package and cleans up all client configurations.
Requirements
- Windows 10 / 11.
- Python 3.10 – 3.13.
- PyNet Platform Plugin installed in the host application.
License
This project is distributed under the MIT License.