From 4c91fb60e49584e63c50fca8d326348274fe77cf Mon Sep 17 00:00:00 2001 From: Dan Debrunner Date: Wed, 12 Nov 2025 10:56:26 -0500 Subject: [PATCH] chore: add AI readme --- ai/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ai/README.md diff --git a/ai/README.md b/ai/README.md new file mode 100644 index 0000000..f74c53f --- /dev/null +++ b/ai/README.md @@ -0,0 +1,15 @@ +# AI related snippets + +# MCP + +Every API Connect for GraphQL deployed schema has an MCP `/mcp` endpoint +in addition to its `/graphql` endpoint. + +Articles: + +- https://developer.ibm.com/articles/awb-simplifying-llm-integration-mcp-api-connect-graphql/ +- https://community.ibm.com/community/user/blogs/timil-titus/2025/10/12/mcp-and-ibm-api-connect-for-graphql + +Snippets: + +- [Prescribed tools](../executable/prescribed/) - Demonstrates creation of MCP tools from persisted GraphQL operations.