diff --git a/.ai/mcp/mcp.json b/.ai/mcp/mcp.json new file mode 100644 index 0000000..fdccbec --- /dev/null +++ b/.ai/mcp/mcp.json @@ -0,0 +1,7 @@ +{ + "mcpServers": { + "zabbix-graphql": { + "url": "http://localhost:3000/mcp" + } + } +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 381cdbc..78ded7b 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,6 @@ dist .pnp.* .vscode/settings.json + +# Generated schema for MCP +schema.graphql diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9f7d5a4..c161fad 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,8 +5,17 @@ + + + + + + + + + - @@ -43,7 +52,13 @@ - + + + +