@@ -51,15 +51,6 @@ const guideSidebar = [
5151 { text : 'Storefront Next' , link : '/guide/storefront-next' } ,
5252 ] ,
5353 } ,
54- {
55- text : 'MCP Server' ,
56- items : [
57- { text : 'Overview' , link : '/mcp/' } ,
58- { text : 'Installation' , link : '/mcp/installation' } ,
59- { text : 'Configuration' , link : '/mcp/configuration' } ,
60- { text : 'Toolsets & Tools' , link : '/mcp/toolsets' } ,
61- ] ,
62- } ,
6354 {
6455 text : 'Extending' ,
6556 items : [
@@ -92,16 +83,6 @@ const guideSidebar = [
9283 { text : 'Logging' , link : '/cli/logging' } ,
9384 ] ,
9485 } ,
95- {
96- text : 'Tools Reference' ,
97- items : [
98- { text : 'cartridge_deploy' , link : '/mcp/tools/cartridge-deploy' } ,
99- { text : 'mrt_bundle_push' , link : '/mcp/tools/mrt-bundle-push' } ,
100- { text : 'scapi_schemas_list' , link : '/mcp/tools/scapi-schemas-list' } ,
101- { text : 'scapi_custom_apis_status' , link : '/mcp/tools/scapi-custom-apis-status' } ,
102- { text : 'storefront_next_page_designer_decorator' , link : '/mcp/tools/storefront-next-page-designer-decorator' } ,
103- ] ,
104- } ,
10586] ;
10687
10788// Script to force hard navigation for version switching links
@@ -151,7 +132,6 @@ export default defineConfig({
151132 nav : [
152133 { text : 'Guide' , link : '/guide/' } ,
153134 { text : 'CLI Reference' , link : '/cli/' } ,
154- { text : 'MCP Server' , link : '/mcp/' } ,
155135 { text : 'API Reference' , link : '/api/' } ,
156136 {
157137 text : isDevBuild ? 'Dev' : 'Latest' ,
@@ -167,7 +147,6 @@ export default defineConfig({
167147 sidebar : {
168148 '/guide/' : guideSidebar ,
169149 '/cli/' : guideSidebar ,
170- '/mcp/' : guideSidebar ,
171150 '/api/' : [
172151 {
173152 text : 'API Reference' ,
0 commit comments