@firfi/huly-mcp 0.17.0 → 0.17.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/dist/index.cjs +1 -1
- package/package.json +3 -2
package/dist/index.cjs
CHANGED
|
@@ -167891,7 +167891,7 @@ var parseDeleteTestResultParams = Schema_exports.decodeUnknown(DeleteTestResultP
|
|
|
167891
167891
|
var parseRunTestPlanParams = Schema_exports.decodeUnknown(RunTestPlanParamsSchema);
|
|
167892
167892
|
|
|
167893
167893
|
// src/version.ts
|
|
167894
|
-
var VERSION = true ? "0.17.
|
|
167894
|
+
var VERSION = true ? "0.17.1" : "0.0.0-dev";
|
|
167895
167895
|
|
|
167896
167896
|
// src/mcp/error-mapping.ts
|
|
167897
167897
|
var McpErrorCode = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firfi/huly-mcp",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.1",
|
|
4
4
|
"description": "MCP server for Huly integration",
|
|
5
5
|
"mcpName": "io.github.dearlordylord/huly-mcp",
|
|
6
6
|
"type": "module",
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"homepage": "https://huly-mcp.dearlordylord.com",
|
|
22
22
|
"bin": {
|
|
23
|
-
"huly-mcp": "dist/index.cjs"
|
|
23
|
+
"huly-mcp": "./dist/index.cjs",
|
|
24
|
+
"@firfi/huly-mcp": "./dist/index.cjs"
|
|
24
25
|
},
|
|
25
26
|
"keywords": [
|
|
26
27
|
"mcp",
|