소개
Ensure the integrity of your Smalltalk code, especially AI-generated content, before integrating it into a live Smalltalk environment. This tool provides a simple server that can validate complete Tonel files, extract and validate Tonel content directly from strings, or specifically check the syntax of individual Smalltalk method bodies, offering an essential pre-flight check for your Smalltalk development workflow.
주요 기능
- Validate Tonel formatted Smalltalk source code from a file path
- Validate Tonel formatted Smalltalk source code from a content string
- Validate Smalltalk method body for syntax correctness
- Option to validate only Tonel structure (without method body validation)
- Integrates as an MCP server with Cursor and Claude Code
- 0 GitHub stars
사용 사례
- Pre-validating AI-generated Smalltalk code or method definitions
- Automating Smalltalk code quality checks in a CI/CD pipeline
- Checking syntax of Tonel files before loading into a Smalltalk image