概要
This tool provides a Model Context Protocol (MCP) server for executing Babashka code. Babashka is a fast-launching, native Clojure interpreter ideal for scripting. This server allows users to interact with Babashka through MCP, enabling features like command execution with optional timeouts and access to a command history via MCP resources. The server also caches recent command results, making it a useful tool for automating tasks involving Babashka.
主な機能
- Cache recent command results
- Configurable command timeouts
- Execute Babashka code through MCP tools
- Access command history through MCP resources