Very cool. How does activemcp figure out what tools I have defined? I haven't read the code, does it do a dynamic class lookup based on the tool name like rails does for controllers?
What's the right way to start the server in an existing rails app? Do I just create the server and call start in an initializer or something?
Very cool. How does activemcp figure out what tools I have defined? I haven't read the code, does it do a dynamic class lookup based on the tool name like rails does for controllers?
What's the right way to start the server in an existing rails app? Do I just create the server and call start in an initializer or something?
Executed when a class inheriting from ActiveMcp::Tool is registered with its class name as the tool name and "tools/call" is requested in /mcp.
Simply mount the engine in route.rb, define the tool and start it.