MCP-сервер Agenium.
npx @agenium/create-agent my-agent cd my-agent npm install npm start Choose from 3 templates: echo (hello world), tools (tool-calling), api (REST gateway). Use as a Library npm install agenium import { AgeniumClient } from 'agenium'; const client = new AgeniumClient({ apiKey: 'dom_your_api_key_here'