Skip to main content

WebSocket bridge for ITASCA PFC - runs inside PFC GUI to enable remote simulation control

Project description

pfc-mcp-bridge

English | 简体中文

PyPI

Runtime bridge that runs inside a PFC process and enables execution tools for pfc-mcp.

Quick Start

One-Step Bootstrap

Download addon.py, then inside PFC either:

  • Copy the file contents into the IPython console and run them
  • Or download the file and execute it in PFC GUI

What it does:

  • If pfc-mcp-bridge is not installed yet, it installs the latest version and starts it
  • If it is already installed, it shows the current version and asks whether you want to upgrade before startup
  • It then starts the bridge in the current PFC Python environment

The bridge auto-detects the runtime: Qt timer in GUI, blocking loop in console. The bootstrap script also installs a matching websockets version automatically: 9.1 for PFC 6/7 and 16.0 for PFC 9.

Expected output:

============================================================
PFC Bridge Server
============================================================
  URL:         ws://localhost:9001
  Log:         /your-working-dir/.pfc-mcp-bridge/bridge.log
  Callbacks:   Interrupt, Diagnostic (registered)
============================================================

Requirements

  • Python >= 3.6 (PFC 6/7 use Python 3.6; PFC 9 uses Python 3.10)
  • ITASCA PFC 6.0, 7.0, or 9.0
  • pfc-mcp-bridge installs a matching websockets dependency automatically: websockets==9.1 on Python 3.6, websockets==16.0 on Python 3.10

Troubleshooting

Symptom Fix
Server won't start Download the bootstrap script again and rerun it in PFC, either by pasting it into the IPython console or by executing the downloaded file in PFC GUI
websockets version mismatch in PFC 9 In the PFC 9 IPython console, run from pip._internal.cli.main import main as pip_main; pip_main(["install", "--user", "websockets==16.0"])
Port in use Use pfc_mcp_bridge.start(port=9002) in PFC Python, then set MCP server env PFC_MCP_BRIDGE_URL=ws://localhost:9002
Connection failed Check bridge is running, port is available, see .pfc-mcp-bridge/bridge.log
No task execution / cannot connect from MCP If execution tools return ok=false, error.code=bridge_unavailable, and error.details.reason=cannot connect to bridge service, ensure bridge is running in PFC (pfc_mcp_bridge.start()) and PFC_MCP_BRIDGE_URL matches bridge URL

Development

For the full local-source workflow, see Developer Guide: Install and Run from Source.

To run the bridge from a local source checkout without installing from PyPI, use %run in the PFC IPython console:

%run C:/path/to/pfc-mcp/pfc-mcp-bridge/start_bridge.py

Note: Use forward slashes in the path. Do not wrap it in quotes.

This is equivalent to the PyPI workflow but loads the source directly, so code changes take effect immediately on restart.

For full MCP client setup, see pfc-mcp.

License: MIT (LICENSE).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pfc_mcp_bridge-0.2.7.tar.gz (34.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pfc_mcp_bridge-0.2.7-py3-none-any.whl (44.7 kB view details)

Uploaded Python 3

File details

Details for the file pfc_mcp_bridge-0.2.7.tar.gz.

File metadata

  • Download URL: pfc_mcp_bridge-0.2.7.tar.gz
  • Upload date:
  • Size: 34.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pfc_mcp_bridge-0.2.7.tar.gz
Algorithm Hash digest
SHA256 9b56e12758d0c50b01cc81b87b20fa2df5ef2190df5b565926505c92cdfdb98f
MD5 66ee1652686228737f2af966908b8a97
BLAKE2b-256 0725d664c09298bd6bf3d75dfc289488672eb6152aa54ce6dff0a1b5ed33ec79

See more details on using hashes here.

Provenance

The following attestation bundles were made for pfc_mcp_bridge-0.2.7.tar.gz:

Publisher: publish-bridge.yml on yusong652/pfc-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pfc_mcp_bridge-0.2.7-py3-none-any.whl.

File metadata

  • Download URL: pfc_mcp_bridge-0.2.7-py3-none-any.whl
  • Upload date:
  • Size: 44.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pfc_mcp_bridge-0.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 796d8cab823cb72c2d02799490fae6398d306609fd258fbfe3ca1d47f18ccfb4
MD5 c57654a483d65d5313bb25b2d0ffaf59
BLAKE2b-256 261ce7e82d268bab77b4f0cf550a87adddf2dc404ae22302f3d2cca129464c9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pfc_mcp_bridge-0.2.7-py3-none-any.whl:

Publisher: publish-bridge.yml on yusong652/pfc-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page