Add full-text search to trace queries

Open
#7 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
sqlite, typescript

Research direction

Start with src/storage/ and the Storage Design section of docs/architecture.md, then trace get_traces and the dashboard trace list page. Done means the MCP tool and dashboard support full-text search across agent input, agent output, and metadata values, using SQLite FTS5 with highlighted results.

Written by the indexing model from the issue text.

Description

dashboard effort: large enhancement good first issue

Currently traces can only be filtered by agent_name, framework, and date range. Teams need to search trace content.

Goal: Add text search capability to get_traces and the dashboard.

Acceptance criteria:

  • New search parameter on get_traces MCP tool
  • Searches across: agent input, agent output, metadata values
  • SQLite FTS5 for performant full-text search
  • Dashboard search box on trace list page
  • Search highlights in results

Resources:

Dominant language
TypeScript
Stars
9
Forks
4
Avg merge
2h 7m
Merged PRs (30d)
140

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from iris-eval/mcp-server

All issues in iris-eval/mcp-server

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.