Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Apr 08:26
· 14 commits to master since this release

Changelog

  • 9a424fb Bump github.com/modelcontextprotocol/go-sdk from 0.3.1 to 1.4.1 (#6)
  • b517646 Bump github.com/modelcontextprotocol/go-sdk in /examples/http
  • a5a86e9 Bump github.com/modelcontextprotocol/go-sdk in /examples/http (#7)
  • 07868be Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp (#15)
  • 0bb5e2a Bump go.opentelemetry.io/otel/sdk in /examples/http (#14)
  • 52518b2 Bump google.golang.org/grpc from 1.75.0 to 1.79.3
  • 9c73d96 Initial commit
  • b71e739 add capability to create trace from root trace
  • fd065e6 add correct tool call
  • b117806 add example to use the package
  • 2a4c7f9 add metric before the originalcall handler
  • 9eddf20 add middleware for correct traces
  • 743b91f add streamable http protocol example
  • cb13cd5 add support for adding trace to http request going in handler
  • f2a0b09 add support for handling client w.r.t process
  • 1ac7f36 add support of prometheus remote write
  • de08938 add user info
  • 806833d common function for argument parsing
  • ee29074 don't reset currenttrace
  • 511e2fa end the span for the next trace
  • c020e26 export the go-sdk server to use it's functionality
  • e3590ff feat: add client-side OTel instrumentation
  • 1772b88 feat: comprehensive OTel observability for MCP Go servers
  • f2968bf fix: upgrade go-sdk to v1.4.1 across all modules (security)
  • 18b9ef9 master: add wrapper for opentelemetry
  • 92cac4e master: make root span nil on next call
  • dccb28d master: remove comment for handler
  • 1886c8f master: remove last9-telemetry call and schedule a cleanu on tool list call
  • 3f2c48b master: streamline import structure
  • 1d18ff0 parent child trace for stdio transport
  • 2152fa7 refactor: simplify and fix goroutine leak, dead fields, duplicate code
  • 840cf9c remove example tools
  • 05aa759 remove parseargument func
  • c53f446 remove user info and use old context
  • 45695aa start new context on every call
  • 9dbae1a update readme for stdio based mcp server
  • 423f119 use request with context to trace request in single trace id