Boris Besemer
Boris Besemer
Should be self explanatory, would include things like: - [x] Setting up the module - [x] Setting up personalisable pages - [x] Setting up personalisable streamfield blocks - [ ]...
Effort to make the codebase more readable and update the documentation to make it more clear what this package is doing. Currently it's quite a lot of code with no...
Add GraphQL MCP server that allows querying of GraphQL servers.
The `addItemToBasket` function has an illegal body type `body: Array & CustomRequestBody` which cannot overlap as one is an array and the other an object. It should be `body: Array`...
### Background This adds a blog post to introduce the `mcp-graphql` server. ### Description This is a blog post introducing the `mcp-graphql` server and what it does, why MCP and...