We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/get2knowio/n8n-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
v0.3.0.md•615 B
# v0.3.0
- feat: end-to-end CLI smoke tests against real n8n
- New script: `npm run smoke`
- Auto-loads `.env` and enables source maps for readable stacks
- Validates list/create/get/activate/webhook-urls/deactivate/delete (+ cleanup)
- fix(cli): emit pure JSON on stdout for create/get/list/etc. to ease automation
- fix(client): unwrap API responses with or without `{ data: ... }`; omit read-only `active` on create/update; ensure minimal `settings: {}`
- docs: README and testing guide updated with smoke test instructions
- CI: Tests and coverage green; ready for publish
See CHANGELOG.md for details.