Skip to content

Commit f23a6e0

Browse files
committed
Added tools section into menu
1 parent 7ae9f9e commit f23a6e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ export default withMermaid({
4444
items: [
4545
{text: 'Integration', link: '/mcp-server'},
4646
{text: 'Filesystem', link: '/mcp/filesystem'},
47-
{text: 'Prompts', link: '/mcp/prompts'}
47+
{text: 'Prompts', link: '/mcp/prompts'},
48+
{text: 'Tools', link: '/mcp/tools'}
4849
]
4950
},
5051
{

0 commit comments

Comments
 (0)