Skip to content

Releases: RAEN-DT/PyNetBridge

PyNet Bridge v1.1.0

Choose a tag to compare

@Rafael-NunezDeArenas Rafael-NunezDeArenas released this 08 Jul 14:04

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 uvx in the manifest and added .mcpbignore for 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-bridge from PyPI (latest version) via uv/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

Pre-release

Choose a tag to compare

@Rafael-NunezDeArenas Rafael-NunezDeArenas released this 19 Apr 09:25
a08ade3

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-bridge via 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.