/** * MCP Tool Decorators * * Decorators for defining MCP tools declaratively using TypeScript */ export { MCPTool, type MCPToolOptions } from "./mcp-tool.js"; export * from "./metadata.js"; //# sourceMappingURL=index.d.ts.map