@kubb/plugin-mcp
Version:
Generator mcp
37 lines (36 loc) • 794 B
text/typescript
import { a as OperationSchemas, h as __name } from "./index-CGe1JmIp.cjs";
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.cts.map