harness-mcp-v2 3.0.4 → 3.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 (79) hide show
  1. package/README.md +5 -5
  2. package/build/data/schemas/v0/pipeline.d.ts.map +1 -1
  3. package/build/data/schemas/v0/pipeline.js +525 -12
  4. package/build/data/schemas/v0/pipeline.js.map +1 -1
  5. package/build/data/schemas/v0/template.d.ts.map +1 -1
  6. package/build/data/schemas/v0/template.js +658 -62
  7. package/build/data/schemas/v0/template.js.map +1 -1
  8. package/build/data/schemas/v1/pipeline.d.ts.map +1 -1
  9. package/build/data/schemas/v1/pipeline.js +193 -117
  10. package/build/data/schemas/v1/pipeline.js.map +1 -1
  11. package/build/data/schemas/v1/template.d.ts.map +1 -1
  12. package/build/data/schemas/v1/template.js +193 -117
  13. package/build/data/schemas/v1/template.js.map +1 -1
  14. package/build/index.js +1 -6
  15. package/build/index.js.map +1 -1
  16. package/build/registry/index.d.ts.map +1 -1
  17. package/build/registry/index.js +2 -0
  18. package/build/registry/index.js.map +1 -1
  19. package/build/registry/scope-utils.d.ts +9 -0
  20. package/build/registry/scope-utils.d.ts.map +1 -0
  21. package/build/registry/scope-utils.js +21 -0
  22. package/build/registry/scope-utils.js.map +1 -0
  23. package/build/registry/toolsets/ccm.d.ts.map +1 -1
  24. package/build/registry/toolsets/ccm.js +32 -0
  25. package/build/registry/toolsets/ccm.js.map +1 -1
  26. package/build/registry/toolsets/iacm.d.ts +3 -0
  27. package/build/registry/toolsets/iacm.d.ts.map +1 -0
  28. package/build/registry/toolsets/iacm.js +478 -0
  29. package/build/registry/toolsets/iacm.js.map +1 -0
  30. package/build/registry/toolsets/sto.d.ts.map +1 -1
  31. package/build/registry/toolsets/sto.js +118 -82
  32. package/build/registry/toolsets/sto.js.map +1 -1
  33. package/build/registry/toolsets/templates.d.ts.map +1 -1
  34. package/build/registry/toolsets/templates.js +313 -81
  35. package/build/registry/toolsets/templates.js.map +1 -1
  36. package/build/registry/types.d.ts +1 -1
  37. package/build/registry/types.d.ts.map +1 -1
  38. package/build/tools/harness-create.d.ts.map +1 -1
  39. package/build/tools/harness-create.js +2 -1
  40. package/build/tools/harness-create.js.map +1 -1
  41. package/build/tools/harness-delete.d.ts.map +1 -1
  42. package/build/tools/harness-delete.js +15 -3
  43. package/build/tools/harness-delete.js.map +1 -1
  44. package/build/tools/harness-execute.js +1 -1
  45. package/build/tools/harness-execute.js.map +1 -1
  46. package/build/tools/harness-list.d.ts.map +1 -1
  47. package/build/tools/harness-list.js +4 -2
  48. package/build/tools/harness-list.js.map +1 -1
  49. package/build/tools/harness-update.d.ts.map +1 -1
  50. package/build/tools/harness-update.js +3 -2
  51. package/build/tools/harness-update.js.map +1 -1
  52. package/build/tools/input-schemas.d.ts +6 -0
  53. package/build/tools/input-schemas.d.ts.map +1 -1
  54. package/build/tools/input-schemas.js +5 -0
  55. package/build/tools/input-schemas.js.map +1 -1
  56. package/build/tools/output-schemas.d.ts +4 -2
  57. package/build/tools/output-schemas.d.ts.map +1 -1
  58. package/build/tools/output-schemas.js +11 -5
  59. package/build/tools/output-schemas.js.map +1 -1
  60. package/build/utils/http-auth.d.ts +1 -1
  61. package/build/utils/http-auth.d.ts.map +1 -1
  62. package/build/utils/http-auth.js +17 -8
  63. package/build/utils/http-auth.js.map +1 -1
  64. package/build/utils/log-resolver.d.ts.map +1 -1
  65. package/build/utils/log-resolver.js +37 -1
  66. package/build/utils/log-resolver.js.map +1 -1
  67. package/build/utils/poll-execution.d.ts +2 -2
  68. package/build/utils/poll-execution.d.ts.map +1 -1
  69. package/build/utils/poll-execution.js +3 -5
  70. package/build/utils/poll-execution.js.map +1 -1
  71. package/build/utils/response-formatter.d.ts +11 -0
  72. package/build/utils/response-formatter.d.ts.map +1 -1
  73. package/build/utils/response-formatter.js +39 -0
  74. package/build/utils/response-formatter.js.map +1 -1
  75. package/build/utils/url-parser.d.ts +2 -0
  76. package/build/utils/url-parser.d.ts.map +1 -1
  77. package/build/utils/url-parser.js +12 -1
  78. package/build/utils/url-parser.js.map +1 -1
  79. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Harness MCP Server 2.0
2
2
 
3
- An MCP (Model Context Protocol) server that gives AI agents full access to the Harness.io platform through 11 consolidated tools and 187 resource types.
3
+ An MCP (Model Context Protocol) server that gives AI agents full access to the Harness.io platform through 11 consolidated tools and 188 resource types.
4
4
 
5
5
  ## Why Use This MCP Server
6
6
 
@@ -8,7 +8,7 @@ Most MCP servers map one tool per API endpoint. For a platform as broad as Harne
8
8
 
9
9
  This server is built differently:
10
10
 
11
- - **11 tools, 187 resource types.** A registry-based dispatch system routes `harness_list`, `harness_get`, `harness_create`, etc. to any Harness resource — pipelines, services, environments, orgs, projects, feature flags, cost data, and more. The LLM picks from 11 tools instead of hundreds.
11
+ - **11 tools, 188 resource types.** A registry-based dispatch system routes `harness_list`, `harness_get`, `harness_create`, etc. to any Harness resource — pipelines, services, environments, orgs, projects, feature flags, cost data, and more. The LLM picks from 11 tools instead of hundreds.
12
12
  - **Full platform coverage.** 32 toolsets spanning CI/CD, GitOps, Feature Flags, Cloud Cost Management, Security Testing, Chaos Engineering, Database DevOps, Internal Developer Portal, Software Supply Chain, Governance, Service Overrides, Visualizations, and more. Not just pipelines — the entire Harness platform.
13
13
  - **Multi-project workflows out of the box.** Agents discover organizations and projects dynamically — no hardcoded env vars needed. Ask "show failed executions across all projects" and the agent can navigate the full account hierarchy.
14
14
  - **31 prompt templates.** Pre-built prompts for common workflows: build & deploy apps end-to-end, debug failed pipelines, review DORA metrics, triage vulnerabilities, optimize cloud costs, audit access control, plan feature flag rollouts, review pull requests, approve pending pipelines, and more.
@@ -991,7 +991,7 @@ Harness pipelines can be stored in three ways:
991
991
 
992
992
  ## Resource Types
993
993
 
994
- 187 resource types organized across 32 toolsets. Each resource type supports a subset of CRUD operations and optional execute actions.
994
+ 188 resource types organized across 32 toolsets. Each resource type supports a subset of CRUD operations and optional execute actions.
995
995
 
996
996
  ### Platform
997
997
 
@@ -1446,7 +1446,7 @@ Inline PNG chart visualizations rendered from Harness data. These are metadata-o
1446
1446
 
1447
1447
  ## Toolset Filtering
1448
1448
 
1449
- By default, all 32 toolsets are enabled.
1449
+ By default, 32 of 33 toolsets are enabled. One toolset (`ai-evals`) is opt-in — excluded by default to avoid polluting the resource list for users who don't need it.
1450
1450
 
1451
1451
  ### Adding toolsets with `+` prefix
1452
1452
 
@@ -1537,7 +1537,7 @@ Available toolset names:
1537
1537
  +--------v---------+
1538
1538
  | Registry | <-- Declarative resource definitions
1539
1539
  | 32 Toolsets | (data files, not code)
1540
- | 187 Resource Types|
1540
+ | 188 Resource Types|
1541
1541
  +--------+---------+
1542
1542
  |
1543
1543
  +--------v---------+
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/data/schemas/v0/pipeline.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAokiH/B,CAAC;AACF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/data/schemas/v0/pipeline.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAqkjH/B,CAAC;AACF,eAAe,MAAM,CAAC"}