Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 1 addition & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Unified MCP server for querying OpenTelemetry traces across multiple backends (J

An MCP (Model Context Protocol) server for querying OpenTelemetry traces from LLM applications, with specialized support for OpenLLMetry semantic conventions.


## Features

- **Multiple Backend Support**: Query traces from Jaeger, Grafana Tempo, or Traceloop
Expand Down Expand Up @@ -505,32 +506,6 @@ uv run ruff check .
uv run mypy src/
```

### Project Structure

```
openllmetry-mcp/
 src/openllmetry_mcp/
  __init__.py
  server.py # Main MCP server
  config.py # Configuration models
  models.py # Data models
  backends/ # Backend implementations
   base.py # Abstract interface
   jaeger.py # Jaeger backend
   tempo.py # Tempo backend
   traceloop.py # Traceloop backend
  tools/ # MCP tools
  search.py
  trace.py
  usage.py
  services.py
  errors.py
 tests/ # Test suite
 pyproject.toml # Project configuration
 .env.example # Example environment config
 README.md
```

## Troubleshooting

### Backend Connection Issues
Expand Down
Loading