23 days ago
MCP server for validating and linting Tonel formatted Smalltalk source code using tree-sitter-tonel-smalltalk.
- Validate Tonel formatted Smalltalk source (.st)
- Validate a Smalltalk method body for syntax correctness
- Lint Tonel formatted Smalltalk source code (class rules + method rules)
Server Config
{
"mcpServers": {
"smalltalk-validator": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/mumez/smalltalk-validator-mcp-server.git@main",
"smalltalk-validator-mcp-server"
]
}
}
}