File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1- # create-mcp-kit
1+ # Create-MCP-Kit
22A CLI tool to create MCP (Model Context Protocol) applications with ease.
33
44[ ![ ] [ npm-release-shield ]] [ npm-release-link ]
Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ export default defineConfig({
3232 ] ,
3333
3434 sidebar : [
35+ {
36+ text : 'Introduction' ,
37+ items : [
38+ { text : 'What is MCP?' , link : '/guide/what-is-mcp' } ,
39+ { text : 'What is MCP Kit?' , link : '/guide/what-is-mcp-kit' } ,
40+ { text : 'Getting Started' , link : '/en/guide/getting-started' } ,
41+ ]
42+ } ,
3543 {
3644 text : 'Examples' ,
3745 items : [
Original file line number Diff line number Diff line change 22 "name" : " @mcp-kit/docs" ,
33 "version" : " 0.0.0" ,
44 "private" : true ,
5+ "type" : " module" ,
56 "description" : " mcp kit docs" ,
67 "scripts" : {
78 "dev" : " vitepress dev" ,
1112 "keywords" : [],
1213 "author" : " zhensherlock" ,
1314 "license" : " MIT" ,
14- "dependencies" : {
15- },
15+ "dependencies" : {},
1616 "devDependencies" : {
17- "vitepress" : " ^2.0.0-alpha.10 "
17+ "vitepress" : " ^2.0.0-alpha.11 "
1818 }
1919}
You can’t perform that action at this time.
0 commit comments