prompt-clarifier-mcp 3.0.2 → 3.0.3
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ const stdio_js_1 = require("@modelcontextprotocol/sdk/server/stdio.js");
|
|
|
6
6
|
const types_js_1 = require("@modelcontextprotocol/sdk/types.js");
|
|
7
7
|
const session_js_1 = require("./session.js");
|
|
8
8
|
const clarifier_js_1 = require("./clarifier.js");
|
|
9
|
-
const server = new index_js_1.Server({ name: "prompt-clarifier", version: "3.0.
|
|
9
|
+
const server = new index_js_1.Server({ name: "prompt-clarifier", version: "3.0.2" }, { capabilities: { tools: {} } });
|
|
10
10
|
server.setRequestHandler(types_js_1.ListToolsRequestSchema, async () => ({
|
|
11
11
|
tools: [
|
|
12
12
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prompt-clarifier-mcp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "MCP agent that clarifies user prompts before sending them to any LLM — works in Cursor, VS Code, IntelliJ, PyCharm, Claude Desktop",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|