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
2
2
A CLI tool to create MCP (Model Context Protocol) applications with ease.
3
3
4
4
[ ![ ] [ npm-release-shield ]] [ npm-release-link ]
Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ export default defineConfig({
32
32
] ,
33
33
34
34
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
+ } ,
35
43
{
36
44
text : 'Examples' ,
37
45
items : [
Original file line number Diff line number Diff line change 2
2
"name" : " @mcp-kit/docs" ,
3
3
"version" : " 0.0.0" ,
4
4
"private" : true ,
5
+ "type" : " module" ,
5
6
"description" : " mcp kit docs" ,
6
7
"scripts" : {
7
8
"dev" : " vitepress dev" ,
11
12
"keywords" : [],
12
13
"author" : " zhensherlock" ,
13
14
"license" : " MIT" ,
14
- "dependencies" : {
15
- },
15
+ "dependencies" : {},
16
16
"devDependencies" : {
17
- "vitepress" : " ^2.0.0-alpha.10 "
17
+ "vitepress" : " ^2.0.0-alpha.11 "
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments