harness-mcp-v2 3.1.0 → 3.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 +5 -5
- package/build/registry/toolsets/ai-evals.d.ts.map +1 -1
- package/build/registry/toolsets/ai-evals.js +193 -132
- package/build/registry/toolsets/ai-evals.js.map +1 -1
- package/build/registry/toolsets/dbops.d.ts.map +1 -1
- package/build/registry/toolsets/dbops.js +164 -3
- package/build/registry/toolsets/dbops.js.map +1 -1
- package/build/tools/entity-schema/live.d.ts.map +1 -1
- package/build/tools/entity-schema/live.js +2 -0
- package/build/tools/entity-schema/live.js.map +1 -1
- package/build/tools/harness-schema.d.ts +1 -1
- package/build/tools/harness-schema.d.ts.map +1 -1
- package/build/tools/harness-schema.js +7 -16
- package/build/tools/harness-schema.js.map +1 -1
- package/build/utils/url-parser.d.ts +4 -0
- package/build/utils/url-parser.d.ts.map +1 -1
- package/build/utils/url-parser.js +16 -0
- 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 202 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, 202 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.** 33 default toolsets spanning CI/CD, GitOps, Feature Flags, Cloud Cost Management, Security Testing, Chaos Engineering, Database DevOps, Internal Developer Portal, Software Supply Chain, Infrastructure as Code Management, Governance, Service Overrides, Visualizations, and more. Opt-in Ansible coverage is available when you need inventory and playbook data.
|
|
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
|
- **32 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.
|
|
@@ -1041,7 +1041,7 @@ Harness pipelines can be stored in three ways:
|
|
|
1041
1041
|
|
|
1042
1042
|
## Resource Types
|
|
1043
1043
|
|
|
1044
|
-
|
|
1044
|
+
202 resource types organized across 33 toolsets. Each resource type supports a subset of CRUD operations and optional execute actions.
|
|
1045
1045
|
|
|
1046
1046
|
### Platform
|
|
1047
1047
|
|
|
@@ -1196,7 +1196,7 @@ Template operations use the Harness Template service paths (`/template/api/templ
|
|
|
1196
1196
|
| Resource Type | List | Get | Create | Update | Delete | Execute Actions |
|
|
1197
1197
|
| --------------------------------- | ---- | --- | ------ | ------ | ------ | --------------- |
|
|
1198
1198
|
| `database_schema` | x | x | x | x | x | |
|
|
1199
|
-
| `database_instance` | x | x |
|
|
1199
|
+
| `database_instance` | x | x | x | x | x | |
|
|
1200
1200
|
| `database_snapshot_object` | x | x | | | | |
|
|
1201
1201
|
| `database_llm_authoring_pipeline` | | x | | | | |
|
|
1202
1202
|
|
|
@@ -1605,7 +1605,7 @@ Available toolset names:
|
|
|
1605
1605
|
+--------v---------+
|
|
1606
1606
|
| Registry | <-- Declarative resource definitions
|
|
1607
1607
|
| 33 Toolsets | (data files, not code)
|
|
1608
|
-
|
|
|
1608
|
+
| 202 Resource Types|
|
|
1609
1609
|
+--------+---------+
|
|
1610
1610
|
|
|
|
1611
1611
|
+--------v---------+
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-evals.d.ts","sourceRoot":"","sources":["../../../src/registry/toolsets/ai-evals.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,KAAK,EAAiC,iBAAiB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"ai-evals.d.ts","sourceRoot":"","sources":["../../../src/registry/toolsets/ai-evals.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,KAAK,EAAiC,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAilBpF,eAAO,MAAM,cAAc,EAAE,iBAowC5B,CAAC"}
|