We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgiFlow/aicode-toolkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import type { Preview } from '@storybook/react';
import '../src/app/globals.css';
const preview: Preview = {
parameters: {
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
// Set default view to Canvas (Playground)
viewMode: 'story',
// Auto-open the controls panel for interactive playground
previewTabs: {
'storybook/docs/panel': { index: -1 },
canvas: { title: 'Playground' },
},
},
};
export default preview;