Skip to content

Commit 6ef2401

Browse files
committed
Tweak the AI-powered app description
1 parent a12b449 commit 6ef2401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/index-page/use-cases/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ const USE_CASES: UseCase[] = [
6363
{
6464
label: "An AI-powered app",
6565
description:
66-
"Build apps with soft core using GraphQL MCP. Your schema documents itself, so AI agents can discover your API capabilities, understand data relationships, and generate valid queries without custom integration work.",
67-
cta: "MCP GraphQL",
68-
href: "https://github.com/blurrah/mcp-graphql",
66+
"GraphQL’s self-describing schemas, strong typing, and composability make it perfect for Model Context Protocol servers and applications with LLMs at their cores. Models can explore your API capabilities, understand data relationships, and dynamically interact with your system.",
67+
cta: "GraphQL & AI",
68+
href: "/blog/2025-07-03-graphql-supercharging-ai/",
6969
},
7070
]
7171

0 commit comments

Comments
 (0)