@upstash/context7-mcp 1.0.34-canary.4 → 1.0.34-canary.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +6 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -92,7 +92,9 @@ Response Format:
92
92
  - If multiple good matches exist, acknowledge this but proceed with the most relevant one
93
93
  - If no good matches exist, clearly state this and suggest query refinements
94
94
 
95
- For ambiguous queries, request clarification before proceeding with a best-guess match.`,
95
+ For ambiguous queries, request clarification before proceeding with a best-guess match.
96
+
97
+ IMPORTANT: Do not call this tool more than 3 times per question. If you cannot find what you need after 3 calls, use the best result you have.`,
96
98
  inputSchema: {
97
99
  query: z
98
100
  .string()
@@ -147,7 +149,9 @@ server.registerTool("query-docs", {
147
149
  title: "Query Documentation",
148
150
  description: `Retrieves and queries up-to-date documentation and code examples from Context7 for any programming library or framework.
149
151
 
150
- You must call 'resolve-library-id' first to obtain the exact Context7-compatible library ID required to use this tool, UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query.`,
152
+ You must call 'resolve-library-id' first to obtain the exact Context7-compatible library ID required to use this tool, UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query.
153
+
154
+ IMPORTANT: Do not call this tool more than 3 times per question. If you cannot find what you need after 3 calls, use the best information you have.`,
151
155
  inputSchema: {
152
156
  libraryId: z
153
157
  .string()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upstash/context7-mcp",
3
- "version": "1.0.34-canary.4",
3
+ "version": "1.0.34-canary.5",
4
4
  "mcpName": "io.github.upstash/context7",
5
5
  "description": "MCP server for Context7",
6
6
  "repository": {