@baitong-dev/question-mcp 0.0.4 → 0.0.6

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/package.json +2 -2
  2. package/question.txt +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baitong-dev/question-mcp",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "main": "./dist/index.js",
5
5
  "bin": {
6
6
  "@baitong-dev/question-mcp": "./dist/index.js"
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "@modelcontextprotocol/sdk": "^1.25.1",
20
20
  "zod": "^4.3.4",
21
- "@baitong-dev/mcp-helpers": "0.0.7"
21
+ "@baitong-dev/mcp-helpers": "0.0.8"
22
22
  },
23
23
  "devDependencies": {
24
24
  "typescript": "^5.9.2"
package/question.txt CHANGED
@@ -5,6 +5,5 @@ Use this tool when you need to ask the user questions during execution. This all
5
5
  4. Offer choices to the user about what direction to take.
6
6
 
7
7
  Usage notes:
8
- - When `custom` is enabled (default: false), a "Type your own answer" option is added automatically; don't include "Other" or catch-all options
9
8
  - Answers are returned as arrays of labels; set `multiple: true` to allow selecting more than one
10
9
  - If you recommend a specific option, make that the first option in the list and add "(Recommended)" at the end of the label