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.5.tar.gz (33.3 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.5-py3-none-any.whl (43.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pfc_mcp_bridge-0.2.5.tar.gz
  • Upload date:
  • Size: 33.3 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.5.tar.gz
Algorithm Hash digest
SHA256 05705ea9b615311f2ee4da59310b1e28592c7a1902d8299357a2c8f7ef8c9b7a
MD5 1c94dea3911accea3072b99b6888a7f8
BLAKE2b-256 eeb49ab6b16ed74ce8d18dda4f698a4a9c91e773812a99590aa2f86672b5b435

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pfc_mcp_bridge-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 43.2 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 41fa50bd33c2e5a5dcc572c6d3a4b9032b256a0bb888a196be57da1fbbbf7339
MD5 c0aa3f61596d8a38458dfddfae755d5b
BLAKE2b-256 02f3c6ca1d721a47bb2d5e1c95204095a481633d95be93b3def094cfc1e4bab1

See more details on using hashes here.

Provenance

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