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 0d76794 commit f65f6e2Copy full SHA for f65f6e2
ai/README.md
@@ -0,0 +1,15 @@
1
+# AI related snippets
2
+
3
+# MCP
4
5
+Every API Connect for GraphQL deployed schema has an MCP `/mcp` endpoint
6
+in addition to its `/graphql` endpoint.
7
8
+Articles:
9
10
+- https://developer.ibm.com/articles/awb-simplifying-llm-integration-mcp-api-connect-graphql/
11
+- https://community.ibm.com/community/user/blogs/timil-titus/2025/10/12/mcp-and-ibm-api-connect-for-graphql
12
13
+Snippets:
14
15
+- [Prescribed tools](../executable/prescribed/) - Demonstrates creation of MCP tools from persisted GraphQL operations.
0 commit comments