auq-mcp-server 0.1.0 → 0.1.1

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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/auq-mcp-server.svg)](https://www.npmjs.com/package/auq-mcp-server)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
- [![Build Status](https://img.shields.io/github/actions/workflow/status/paulp-o/ask-user-question-mcp/test.yml)](https://github.com/paulp-o/ask-user-question-mcp/actions)
5
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/paulp-o/ask-user-questions-mcp/test.yml)](https://github.com/paulp-o/ask-user-questions-mcp/actions)
6
6
 
7
7
  **A lightweight MCP server & CLI tool that allows your LLMs to ask questions to you in a clean, separate space with great terminal UX.**
8
8
 
package/dist/bin/auq.js CHANGED
@@ -38,7 +38,7 @@ Examples:
38
38
  auq --help # Show this help message
39
39
 
40
40
  For more information, visit:
41
- https://github.com/paulp-o/ask-user-question-mcp
41
+ https://github.com/paulp-o/ask-user-questions-mcp
42
42
  `);
43
43
  process.exit(0);
44
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auq-mcp-server",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "auq": "dist/bin/auq.js"
@@ -30,10 +30,10 @@
30
30
  "terminal"
31
31
  ],
32
32
  "repository": {
33
- "url": "git+https://github.com/paulp-o/ask-user-question-mcp.git"
33
+ "url": "git+https://github.com/paulp-o/ask-user-questions-mcp.git"
34
34
  },
35
35
  "author": "Paul Park",
36
- "homepage": "https://github.com/paulp-o/ask-user-question-mcp",
36
+ "homepage": "https://github.com/paulp-o/ask-user-questions-mcp",
37
37
  "type": "module",
38
38
  "license": "MIT",
39
39
  "description": "An MCP server that provides a tool to ask a user questions via the terminal",
@@ -48,4 +48,4 @@ if (configFile) {
48
48
  }
49
49
 
50
50
  console.log('For MCP server setup with Claude Desktop or Cursor, see:');
51
- console.log(' https://github.com/paulp-o/ask-user-question-mcp#setup\n');
51
+ console.log(' https://github.com/paulp-o/ask-user-questions-mcp#setup\n');