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.3.tar.gz (32.2 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.3-py3-none-any.whl (42.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pfc_mcp_bridge-0.2.3.tar.gz
Algorithm Hash digest
SHA256 ae9ad2b3f55775b1c964ae57b2ef707aa4f48239f7e08092fd3d446b7864dd2c
MD5 12d6b571761bf3a6fe8729c550e1d8e5
BLAKE2b-256 0064b802b8b22bb880affd94a01a85742749f27da22bfcb5cf63da3d35e1649f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pfc_mcp_bridge-0.2.3.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.3-py3-none-any.whl.

File metadata

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

File hashes

Hashes for pfc_mcp_bridge-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 21b3329937ed1cd9c6c73f72ad04dfcec64cf06297daf6bd7145c00d39e96a79
MD5 3d744a283602e5ee121a54de6d8882d1
BLAKE2b-256 70c478d33c4902b4b4471e8fc5370b566c539d4cc19ea9b1645f631e5205db2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pfc_mcp_bridge-0.2.3-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