@kubb/plugin-mcp
Version:
Generator mcp
38 lines (37 loc) • 830 B
TypeScript
import { t as __name } from "./chunk-eQyhnF5A.js";
import { a as OperationSchemas } from "./index-D9FArzes.js";
import { KubbFile } from "@kubb/fabric-core/types";
import { FabricReactNode } from "@kubb/react-fabric/types";
//#region src/components/Server.d.ts
type Props = {
name: string;
serverName: string;
serverVersion: string;
operations: Array<{
tool: {
name: string;
description: string;
};
mcp: {
name: string;
file: KubbFile.File;
};
zod: {
name: string;
file: KubbFile.File;
schemas: OperationSchemas;
};
type: {
schemas: OperationSchemas;
};
}>;
};
declare function Server({
name,
serverName,
serverVersion,
operations
}: Props): FabricReactNode;
//#endregion
export { Server };
//# sourceMappingURL=components.d.ts.map