JPJuan Pablo Pailletinsimfinity-js.hashnode.dev·15h ago · 6 min readFrom a GraphQL schema to MCP tools with Simfinity.jsA GraphQL schema already describes argument types and result fields. That makes it a useful starting point for exposing an API through MCP. The remaining choices are concrete: which operations clients00
JPJuan Pablo Pailletinsimfinity-js.hashnode.dev·21h ago · 4 min readFrom GraphQL types to a PostgreSQL API with Simfinity.jsA series catalog starts with a small domain: a serie has a name, and each season belongs to a serie. Even that model needs list queries, create/update/delete operations, relationship resolvers, valida00