Skip to content

Commit 762a0e2

Browse files
authored
docs: fix README (#4)
1 parent e12167b commit 762a0e2

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Unified MCP server for querying OpenTelemetry traces across multiple backends (J
33

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

6+
67
## Features
78

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

508-
### Project Structure
509-
510-
```
511-
openllmetry-mcp/
512-
 src/openllmetry_mcp/
513-
  __init__.py
514-
  server.py # Main MCP server
515-
  config.py # Configuration models
516-
  models.py # Data models
517-
  backends/ # Backend implementations
518-
   base.py # Abstract interface
519-
   jaeger.py # Jaeger backend
520-
   tempo.py # Tempo backend
521-
   traceloop.py # Traceloop backend
522-
  tools/ # MCP tools
523-
  search.py
524-
  trace.py
525-
  usage.py
526-
  services.py
527-
  errors.py
528-
 tests/ # Test suite
529-
 pyproject.toml # Project configuration
530-
 .env.example # Example environment config
531-
 README.md
532-
```
533-
534509
## Troubleshooting
535510

536511
### Backend Connection Issues

0 commit comments

Comments
 (0)