Skip to content

Commit b080023

Browse files
committed
mcp server update
1 parent 55819eb commit b080023

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

website/docs/advanced/mcp-server.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: mcp-server
3-
title: ConfigCat MCP Server
4-
description: Use the ConfigCat Model Context Protocol (MCP) server to manage feature flags & configs via the Public Management API directly from AI tooling.
3+
title: MCP Server
4+
description: Use the ConfigCat Model Context Protocol (MCP) server to manage feature flags & configs via the Public Management API directly from AI tools.
55
---
66

77
import Tabs from '@theme/Tabs';

website/src/pages/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const features = [
6060
url: 'advanced/migration-from-launchdarkly',
6161
title: 'Migration from LaunchDarkly',
6262
},
63+
{ url: 'advanced/mcp-server', title: 'MCP Server' },
6364
{ url: 'zombie-flags', title: 'Zombie Flags' },
6465
// { url: 'advanced/config-v2-migration-guide', title: 'Config V2 Migration Guide' },
6566
],

0 commit comments

Comments
 (0)