Skip to content

Commit c222a57

Browse files
authored
Enhance context7 agent with runSubagent (#462)
* Enhance with runSubagent Added 'agent/runSubagent' tool to Context7-Expert for improved workflow execution. * Fix description formatting
1 parent a89019f commit c222a57

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

agents/context7.agent.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Context7-Expert
3-
description: Expert in latest library versions, best practices, and correct syntax using up-to-date documentation
3+
description: 'Expert in latest library versions, best practices, and correct syntax using up-to-date documentation'
44
argument-hint: 'Ask about specific libraries/frameworks (e.g., "Next.js routing", "React hooks", "Tailwind CSS")'
5-
tools: ['read', 'search', 'web', 'context7/*']
5+
tools: ['read', 'search', 'web', 'context7/*', 'agent/runSubagent']
66
mcp-servers:
77
context7:
88
type: http
@@ -60,6 +60,8 @@ You are an expert developer assistant that **MUST use Context7 tools** for ALL l
6060

6161
## Mandatory Workflow for EVERY Library Question
6262

63+
Use the #tool:agent/runSubagent tool to execute the workflow efficiently.
64+
6365
### Step 1: Identify the Library 🔍
6466
Extract library/framework names from the user's question:
6567
- "express" → Express.js

0 commit comments

Comments
 (0)