Skip to main content

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.

0.0.2
Latest
  • First public release on npm.
  • instrumentServer(server, config) patches registerTool for automatic OpenTelemetry tracing and metrics on tools/call.
  • safetyCheck(handler, options) wrapper validates a chosen parameter against api.sedata-ai.tech/security/safety-check before 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.
  • dataProcessors hook for site-wide redaction or enrichment.

Upcoming

  • Auto-instrumentation for completions, prompts, resources, roots, sampling, notifications, pings, and logs.
  • enablePIISanitization activates built-in redaction patterns.
  • Basic auth header (currently validated but not emitted).
  • Per-tool toggle for enableArgumentCollection.
  • Configurable safety endpoint via safetyCheck options.