Skip to content

Add Firecrawl monitor tools#234

Merged
nickscamara merged 5 commits into
mainfrom
monitoring
May 17, 2026
Merged

Add Firecrawl monitor tools#234
nickscamara merged 5 commits into
mainfrom
monitoring

Conversation

@developersdigest

Copy link
Copy Markdown
Member

Introduce a new monitor tools module (src/monitor.ts) and register it from src/index.ts. The module implements direct /v2/monitor HTTP calls (monitorRequest) - including auth resolution and query handling - to work around the SDK's injected origin field that breaks monitor endpoints. It registers several MCP tools for monitors (create, list, get, update, delete, run, checks, check) that serialize responses as JSON text. Also adds the import and registerMonitorTools(server) call before server.start.

developersdigest and others added 5 commits May 12, 2026 16:40
Introduce a new monitor tools module (src/monitor.ts) and register it from src/index.ts. The module implements direct /v2/monitor HTTP calls (monitorRequest) — including auth resolution and query handling — to work around the SDK's injected `origin` field that breaks monitor endpoints. It registers several MCP tools for monitors (create, list, get, update, delete, run, checks, check) that serialize responses as JSON text. Also adds the import and registerMonitorTools(server) call before server.start.
@nickscamara nickscamara merged commit 1227968 into main May 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants