We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59bffc commit 7ee42b4Copy full SHA for 7ee42b4
ai/README.md
@@ -1,6 +1,6 @@
1
# AI related snippets
2
3
-# MCP
+## MCP
4
5
Every API Connect for GraphQL deployed schema has an MCP `/mcp` endpoint
6
in addition to its `/graphql` endpoint.
@@ -13,4 +13,7 @@ Articles:
13
Snippets:
14
15
- [Prescribed tools](../executable/prescribed/) - Demonstrates creation of MCP tools from persisted GraphQL operations.
16
-- [watsonx.AI generation](watsonxai-generation/) - Demonstrates invoking an LLM through watsonx.AI
+
17
+## AI snippets
18
19
+- [watsonx.AI generation](watsonxai-generation/) - Demonstrates invoking an LLM through watsonx.AI within a GraphQL endpoint.
0 commit comments