harness-mcp-v2 0.8.3 → 0.8.4
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 +0 -1
- package/build/data/schemas/agent-pipeline.d.ts +8 -0
- package/build/data/schemas/agent-pipeline.d.ts.map +1 -0
- package/build/data/schemas/agent-pipeline.js +4945 -0
- package/build/data/schemas/agent-pipeline.js.map +1 -0
- package/build/prompts/create-agent.d.ts +3 -0
- package/build/prompts/create-agent.d.ts.map +1 -0
- package/build/prompts/create-agent.js +98 -0
- package/build/prompts/create-agent.js.map +1 -0
- package/build/registry/toolsets/agent-pipelines.d.ts +3 -0
- package/build/registry/toolsets/agent-pipelines.d.ts.map +1 -0
- package/build/registry/toolsets/agent-pipelines.js +163 -0
- package/build/registry/toolsets/agent-pipelines.js.map +1 -0
- package/package.json +1 -1
- package/build/auth/index.d.ts +0 -9
- package/build/auth/index.d.ts.map +0 -1
- package/build/auth/index.js +0 -8
- package/build/auth/index.js.map +0 -1
- package/build/auth/jwt.d.ts +0 -23
- package/build/auth/jwt.d.ts.map +0 -1
- package/build/auth/jwt.js +0 -73
- package/build/auth/jwt.js.map +0 -1
- package/build/auth/middleware.d.ts +0 -34
- package/build/auth/middleware.d.ts.map +0 -1
- package/build/auth/middleware.js +0 -110
- package/build/auth/middleware.js.map +0 -1
- package/build/auth/principal.d.ts +0 -61
- package/build/auth/principal.d.ts.map +0 -1
- package/build/auth/principal.js +0 -14
- package/build/auth/principal.js.map +0 -1
- package/build/client/dto/intelligence.d.ts +0 -41
- package/build/client/dto/intelligence.d.ts.map +0 -1
- package/build/client/dto/intelligence.js +0 -20
- package/build/client/dto/intelligence.js.map +0 -1
- package/build/client/intelligence-client.d.ts +0 -45
- package/build/client/intelligence-client.d.ts.map +0 -1
- package/build/client/intelligence-client.js +0 -148
- package/build/client/intelligence-client.js.map +0 -1
- package/build/registry/toolsets/intelligence.d.ts +0 -8
- package/build/registry/toolsets/intelligence.d.ts.map +0 -1
- package/build/registry/toolsets/intelligence.js +0 -12
- package/build/registry/toolsets/intelligence.js.map +0 -1
- package/build/tools/harness-ask.d.ts +0 -6
- package/build/tools/harness-ask.d.ts.map +0 -1
- package/build/tools/harness-ask.js +0 -123
- package/build/tools/harness-ask.js.map +0 -1
- package/build/tools/harness-chart.d.ts +0 -6
- package/build/tools/harness-chart.d.ts.map +0 -1
- package/build/tools/harness-chart.js +0 -188
- package/build/tools/harness-chart.js.map +0 -1
- package/build/tools/harness-execution-timeseries.d.ts +0 -6
- package/build/tools/harness-execution-timeseries.d.ts.map +0 -1
- package/build/tools/harness-execution-timeseries.js +0 -141
- package/build/tools/harness-execution-timeseries.js.map +0 -1
package/README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
An MCP (Model Context Protocol) server that gives AI agents full access to the Harness.io platform through 10 consolidated tools and 137 resource types.
|
|
4
4
|
|
|
5
|
-
[](https://github.com/thisrohangupta/harness-mcp-v2/actions/workflows/ci.yml)
|
|
6
5
|
|
|
7
6
|
## Why Use This MCP Server
|
|
8
7
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-pipeline.d.ts","sourceRoot":"","sources":["../../../src/data/schemas/agent-pipeline.ts"],"names":[],"mappings":"AA00JA,QAAA,MAAM,kBAAkB;;;;;CAMvB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|