From 4083f17250f2905819aa5cb1b11e33f461c1c590 Mon Sep 17 00:00:00 2001 From: Daily Documentation Updater Date: Fri, 17 Oct 2025 15:02:17 +0000 Subject: [PATCH] Add documentation for new research and MCP inspector workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document two new agentic workflows added in the last 24 hours: - Basic Research workflow: Performs web research using Tavily MCP - MCP Inspector workflow: Audits and documents MCP server configurations Both workflows are now documented in the Research, Status & Planning samples page with descriptions, value propositions, and trigger info. Related PRs: - #1840 - Add basic research workflow with Tavily integration - #1846 - Add MCP Inspector agentic workflow for shared MCP server auditing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../content/docs/samples/research-planning.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/src/content/docs/samples/research-planning.md b/docs/src/content/docs/samples/research-planning.md index 0fb104213e9..4206f01e148 100644 --- a/docs/src/content/docs/samples/research-planning.md +++ b/docs/src/content/docs/samples/research-planning.md @@ -30,6 +30,22 @@ Update planning issues for team coordination and priority alignment. - **Why it's valuable**: Ensures project plans stay current and accessible to all team members - **Learn more**: [Daily Plan Documentation](https://github.com/githubnext/agentics/blob/main/docs/daily-plan.md) +### 🔍 Basic Research +Perform simple web research and summarization using Tavily. + +- **What it does**: Searches for information on a given topic, analyzes results, and creates a summary with key findings +- **Why it's valuable**: Automates research tasks and provides structured summaries with relevant sources +- **Trigger**: Manual via workflow_dispatch with research topic input +- **Workflow file**: `.github/workflows/research.md` + +### 🔍 MCP Inspector +Systematically audit and document all MCP server configurations. + +- **What it does**: Analyzes all MCP configuration files, extracts server details, and generates comprehensive inventory reports +- **Why it's valuable**: Maintains visibility into available MCP servers, their capabilities, and configuration status +- **Trigger**: Weekly on Mondays at 10am UTC, or manual via workflow_dispatch +- **Workflow file**: `.github/workflows/mcp-inspector.md` + > [!WARNING] > GitHub Agentic Workflows is a research demonstrator, and not for production use.