Documentation Index
Fetch the complete documentation index at: https://sedataai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- First public release on npm.
instrumentServer(server, config)patchesregisterToolfor automatic OpenTelemetry tracing and metrics ontools/call.safetyCheck(handler, options)wrapper validates a chosen parameter againstapi.sedata-ai.tech/security/safety-checkbefore the handler runs.- Auto metrics:
mcp.server.operation.duration,.count,.session.duration. - Auto attributes:
mcp.method.name,mcp.tool.{name,title,description},mcp.request.id,mcp.session.id,client.{address,port}. - Config validation via
ConfigValidator— fails loud on bad input. - Console / OTLP HTTP / OTLP gRPC exporter selection.
dataProcessorshook for site-wide redaction or enrichment.
Upcoming
- Auto-instrumentation for completions, prompts, resources, roots, sampling, notifications, pings, and logs.
enablePIISanitizationactivates built-in redaction patterns.- Basic auth header (currently validated but not emitted).
- Per-tool toggle for
enableArgumentCollection. - Configurable safety endpoint via
safetyCheckoptions.