zabbix-graphql-api/mcp/operations
Andreas Hilbig ef7afe65ab feat: implement template cloning and extended item data retrieval
- Extend Template and ZabbixItem types in GraphQL schema to support full item hierarchy and cloning.

- Update ZabbixQueryTemplatesRequest in src/datasources/zabbix-templates.ts to fetch comprehensive item configurations (type, status, history, delay, units, preprocessing, tags).

- Implement raw value resolvers for ZabbixItem.type_int and ZabbixItem.status_int in src/api/resolvers.ts.

- Add new MCP operations: mcp/operations/getTemplates.graphql and mcp/operations/importTemplates.graphql for template management via AI agents.

- Add 'Cloning a Template with Items' recipe to docs/howtos/cookbook.md.

- Update src/test/template_query.test.ts to ensure compatibility with extended datasource output.
2026-01-31 12:15:18 +01:00
..
apiVersion.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
createHost.graphql feat: implement smoketest and extend host provisioning with template linking 2026-01-31 11:46:02 +01:00
createVerificationHost.graphql feat: implement smoketest and extend host provisioning with template linking 2026-01-31 11:46:02 +01:00
getTemplates.graphql feat: implement template cloning and extended item data retrieval 2026-01-31 12:15:18 +01:00
importHostGroups.graphql feat: add Zabbix 7.4 documentation samples and importHostGroups MCP tool 2026-01-31 10:52:56 +01:00
importHosts.graphql feat: implement smoketest and extend host provisioning with template linking 2026-01-31 11:46:02 +01:00
importTemplates.graphql feat: implement template cloning and extended item data retrieval 2026-01-31 12:15:18 +01:00
runSmoketest.graphql feat: implement smoketest and extend host provisioning with template linking 2026-01-31 11:46:02 +01:00
verifySchemaExtension.graphql feat: add MCP tools, refined recipe steps for schema extension verification and update Docker requirements 2026-01-31 03:31:40 +01:00