What's Changed
mcpserver.ExecutorOption—NewGQLGenExecutor(es, opts ...ExecutorOption)exposes the underlying gqlgen*executor.Executorso services can register handler extensions (billing, complexity limits, query recording, metrics) and error presenters on the MCP path. Source-compatible with existing callers.- Strict selection template keys —
SelectionTemplateparses withmissingkey=error; tool calls omitting a templated key get a clear render error instead of<no value>spliced into the executed GraphQL query. - CI — golangci-lint pinned to v2.12.1 (v2.12.2 artifacts fail installer checksum verification).
Full Changelog: v0.3.0...v0.4.0