Skip to content

Commit 0d0a1ba

Browse files
authored
docs(sb): add mcp server section (#8471)
1 parent 4267ca1 commit 0d0a1ba

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.storybook/preview.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ const preview: Preview = {
140140
order: [
141141
'Getting Started',
142142
'Project Templates & Examples',
143+
'MCP Server',
143144
'Change Log',
144145
'Migration Guide',
145146
'Knowledge Base',

docs/MCPServer.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { Footer } from '@sb/components';
2+
import { Markdown, Meta } from '@storybook/addon-docs/blocks';
3+
import MCPServerReadme from '../packages/mcp-server/README.md?raw';
4+
5+
<Meta title="MCP Server" />
6+
7+
<Markdown>{MCPServerReadme.replace(/^## Contributing[\s\S]*$/m, '')}</Markdown>
8+
9+
<Footer />

0 commit comments

Comments
 (0)