UNPKG
@mseep/magic
Version:
latest (0.0.46)
0.0.46
Magic MCP UI builder by 21st.dev
21st.dev/magic
21st-dev/magic-mcp
@mseep/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
)); } }