소개
Pharo NC is a local MCP server designed to facilitate programmatic interaction with Pharo Smalltalk images. It leverages NeoConsole for advanced Smalltalk expression evaluation and provides a suite of tools to fetch various pieces of information, including system metrics, class definitions, method sources, and comments. This tool enables external applications to seamlessly integrate with and control a Pharo instance, making it ideal for automation, analysis, and development workflows involving Smalltalk.
주요 기능
- Execute Smalltalk expressions using NeoConsole for advanced evaluation
- Retrieve system metrics and status information from Pharo
- Access Pharo class definitions, comments, and method lists
- Fetch source code for specific Pharo methods
- Simple Smalltalk expression evaluation via Pharo's direct execution option
- 0 GitHub stars
사용 사례
- Automating Pharo code execution and testing from external scripts or applications
- Programmatically gathering Pharo system metrics for monitoring or analysis
- Integrating Pharo's reflective capabilities (e.g., source code retrieval) into development tools