Pharo Smalltalk Interop icon

Pharo Smalltalk Interop

Facilitates communication with a local Pharo Smalltalk image via a local server.

Acerca de

This tool acts as a local server, bridging communication with a Pharo Smalltalk image to enable comprehensive interaction and development workflows. It provides a robust set of 20 MCP tools that map directly to the PharoSmalltalkInteropServer APIs, allowing users to execute Smalltalk code, introspect the image, manage packages, and run tests. This streamlines the integration of Pharo Smalltalk into external development environments and automates various development tasks.

Características Principales

  • Export and import packages in Tonel format
  • 0 GitHub stars
  • Execute Smalltalk expressions and retrieve results
  • Retrieve source code, comments, and metadata for classes and methods
  • Search for classes, methods, traits, implementors, and references within the image
  • Run test suites at package or class level

Casos de Uso

  • Integrating Pharo Smalltalk development with external IDEs or tooling
  • Facilitating remote debugging and introspection of a Pharo Smalltalk environment
  • Automating Pharo Smalltalk image interactions for scripting or CI/CD pipelines