UNPKG
bach-magic
Version:
latest (0.1.0)
0.1.0
Magic MCP UI builder by 21st.dev
21st.dev/magic
21st-dev/magic-mcp
bach-magic
/
dist
/
utils
/
base-tool.js
6 lines
(5 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
export
class
BaseTool
{ register(server) { server.tool(
this
.name,
this
.description,
this
.schema.shape,
this
.execute.bind(
this
)); } }