Skip to content

Add list_workflow to MCP server#112

Open
eyalben wants to merge 3 commits intomainfrom
claude/add-list-workflow-NGiOH
Open

Add list_workflow to MCP server#112
eyalben wants to merge 3 commits intomainfrom
claude/add-list-workflow-NGiOH

Conversation

@eyalben
Copy link
Contributor

@eyalben eyalben commented Jan 4, 2026

  • Add list_workflows MCP tool to list all agent workflows
  • Update get_agent_workflows() store method to include:
    • Finding counts (total/open)
    • Recommendation counts (total/pending)
    • Last activity timestamp
    • Gate status (OPEN/BLOCKED)
  • Update frontend APIAgentWorkflow type with new fields
  • Update template documentation (.cursorrules, agent-inspector.mdc)

claude added 3 commits January 4, 2026 15:22
- Add list_workflows MCP tool to list all agent workflows
- Update get_agent_workflows() store method to include:
  - Finding counts (total/open)
  - Recommendation counts (total/pending)
  - Last activity timestamp
  - Gate status (OPEN/BLOCKED)
- Update frontend APIAgentWorkflow type with new fields
- Update template documentation (.cursorrules, agent-inspector.mdc)
Add B608 nosec comments to SQL queries in get_agent_workflows()
that use dynamically constructed placeholder patterns (?).
The placeholders are safe as they only contain ? characters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments