Skip to main content
Glama
alexander-zuev

Kollektiv | Your private LLM knowledgebase

login.stories.tsx584 B
import { base } from "@/web/templates/"; import type { ClientInfo } from "@/web/types"; import type { Meta, StoryObj } from "@storybook/html"; const demoClient: ClientInfo = { clientId: "demo-client", clientName: "Demo Application", redirectUris: ["https://example.com/callback"], } as unknown as ClientInfo; const meta: Meta = { title: "Templates/Login", }; export default meta; /* ----------------------- story ----------------------- */ export const Default: StoryObj = { render: () => { return base(renderLoginScreen(demoClient), "Login").toString(); // unwrap }, };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexander-zuev/kollektiv-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server