@tbtop/mcp
v0.11.0
Published
Tabletop MCP plugin: exposes the action registry as three meta-tools via Model Context Protocol.
Readme
@tbtop/mcp
Tabletop Bundle that exposes every entity action over the Model Context Protocol. Lets an LLM introspect and drive the API as the calling user.
Install
npm install @tbtop/mcp @tbtop/server honohono is a peer dependency.
Quick start
import { createServer } from "@tbtop/server";
import { mcp } from "@tbtop/mcp";
const app = createServer({
entities: [/* ... */],
bundles: [mcp()],
});Mounts a stateless MCP Streamable-HTTP endpoint at /_mcp (override via mcp({ mountPath }))
exposing three meta-tools: tabletop.list_tools, tabletop.describe_tool,
tabletop.call_tool.
License
MIT
