harness-mcp-v2 3.0.5 → 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.
- package/README.md +5 -5
- package/build/data/schemas/v0/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v0/pipeline.js +525 -12
- package/build/data/schemas/v0/pipeline.js.map +1 -1
- package/build/data/schemas/v0/template.d.ts.map +1 -1
- package/build/data/schemas/v0/template.js +658 -62
- package/build/data/schemas/v0/template.js.map +1 -1
- package/build/data/schemas/v1/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v1/pipeline.js +193 -117
- package/build/data/schemas/v1/pipeline.js.map +1 -1
- package/build/data/schemas/v1/template.d.ts.map +1 -1
- package/build/data/schemas/v1/template.js +193 -117
- package/build/data/schemas/v1/template.js.map +1 -1
- package/build/index.js +1 -6
- package/build/index.js.map +1 -1
- package/build/registry/scope-utils.d.ts +9 -0
- package/build/registry/scope-utils.d.ts.map +1 -0
- package/build/registry/scope-utils.js +21 -0
- package/build/registry/scope-utils.js.map +1 -0
- package/build/registry/toolsets/ccm.d.ts.map +1 -1
- package/build/registry/toolsets/ccm.js +32 -0
- package/build/registry/toolsets/ccm.js.map +1 -1
- package/build/registry/toolsets/iacm.d.ts.map +1 -1
- package/build/registry/toolsets/iacm.js +37 -35
- package/build/registry/toolsets/iacm.js.map +1 -1
- package/build/registry/toolsets/sto.d.ts.map +1 -1
- package/build/registry/toolsets/sto.js +118 -82
- package/build/registry/toolsets/sto.js.map +1 -1
- package/build/registry/toolsets/templates.d.ts.map +1 -1
- package/build/registry/toolsets/templates.js +313 -81
- package/build/registry/toolsets/templates.js.map +1 -1
- package/build/tools/harness-create.d.ts.map +1 -1
- package/build/tools/harness-create.js +2 -1
- package/build/tools/harness-create.js.map +1 -1
- package/build/tools/harness-delete.d.ts.map +1 -1
- package/build/tools/harness-delete.js +15 -3
- package/build/tools/harness-delete.js.map +1 -1
- package/build/tools/harness-list.d.ts.map +1 -1
- package/build/tools/harness-list.js +4 -2
- package/build/tools/harness-list.js.map +1 -1
- package/build/tools/harness-update.d.ts.map +1 -1
- package/build/tools/harness-update.js +2 -1
- package/build/tools/harness-update.js.map +1 -1
- package/build/tools/input-schemas.d.ts +6 -0
- package/build/tools/input-schemas.d.ts.map +1 -1
- package/build/tools/input-schemas.js +5 -0
- package/build/tools/input-schemas.js.map +1 -1
- package/build/tools/output-schemas.d.ts +4 -2
- package/build/tools/output-schemas.d.ts.map +1 -1
- package/build/tools/output-schemas.js +11 -5
- package/build/tools/output-schemas.js.map +1 -1
- package/build/utils/http-auth.d.ts +1 -1
- package/build/utils/http-auth.d.ts.map +1 -1
- package/build/utils/http-auth.js +17 -8
- package/build/utils/http-auth.js.map +1 -1
- package/build/utils/log-resolver.d.ts.map +1 -1
- package/build/utils/log-resolver.js +37 -1
- package/build/utils/log-resolver.js.map +1 -1
- package/build/utils/poll-execution.d.ts +2 -2
- package/build/utils/poll-execution.d.ts.map +1 -1
- package/build/utils/poll-execution.js +3 -5
- package/build/utils/poll-execution.js.map +1 -1
- package/build/utils/response-formatter.d.ts +11 -0
- package/build/utils/response-formatter.d.ts.map +1 -1
- package/build/utils/response-formatter.js +39 -0
- package/build/utils/response-formatter.js.map +1 -1
- package/build/utils/url-parser.d.ts +2 -0
- package/build/utils/url-parser.d.ts.map +1 -1
- package/build/utils/url-parser.js +12 -1
- package/build/utils/url-parser.js.map +1 -1
- 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
|
|
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,
|
|
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
|
-
|
|
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,
|
|
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
|
-
|
|
|
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,
|
|
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"}
|