harness-mcp-v2 0.8.3 → 0.8.5

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 (55) hide show
  1. package/README.md +0 -1
  2. package/build/data/schemas/agent-pipeline.d.ts +8 -0
  3. package/build/data/schemas/agent-pipeline.d.ts.map +1 -0
  4. package/build/data/schemas/agent-pipeline.js +4945 -0
  5. package/build/data/schemas/agent-pipeline.js.map +1 -0
  6. package/build/index.js +0 -0
  7. package/build/prompts/create-agent.d.ts +3 -0
  8. package/build/prompts/create-agent.d.ts.map +1 -0
  9. package/build/prompts/create-agent.js +98 -0
  10. package/build/prompts/create-agent.js.map +1 -0
  11. package/build/registry/toolsets/agent-pipelines.d.ts +3 -0
  12. package/build/registry/toolsets/agent-pipelines.d.ts.map +1 -0
  13. package/build/registry/toolsets/agent-pipelines.js +163 -0
  14. package/build/registry/toolsets/agent-pipelines.js.map +1 -0
  15. package/package.json +18 -20
  16. package/build/auth/index.d.ts +0 -9
  17. package/build/auth/index.d.ts.map +0 -1
  18. package/build/auth/index.js +0 -8
  19. package/build/auth/index.js.map +0 -1
  20. package/build/auth/jwt.d.ts +0 -23
  21. package/build/auth/jwt.d.ts.map +0 -1
  22. package/build/auth/jwt.js +0 -73
  23. package/build/auth/jwt.js.map +0 -1
  24. package/build/auth/middleware.d.ts +0 -34
  25. package/build/auth/middleware.d.ts.map +0 -1
  26. package/build/auth/middleware.js +0 -110
  27. package/build/auth/middleware.js.map +0 -1
  28. package/build/auth/principal.d.ts +0 -61
  29. package/build/auth/principal.d.ts.map +0 -1
  30. package/build/auth/principal.js +0 -14
  31. package/build/auth/principal.js.map +0 -1
  32. package/build/client/dto/intelligence.d.ts +0 -41
  33. package/build/client/dto/intelligence.d.ts.map +0 -1
  34. package/build/client/dto/intelligence.js +0 -20
  35. package/build/client/dto/intelligence.js.map +0 -1
  36. package/build/client/intelligence-client.d.ts +0 -45
  37. package/build/client/intelligence-client.d.ts.map +0 -1
  38. package/build/client/intelligence-client.js +0 -148
  39. package/build/client/intelligence-client.js.map +0 -1
  40. package/build/registry/toolsets/intelligence.d.ts +0 -8
  41. package/build/registry/toolsets/intelligence.d.ts.map +0 -1
  42. package/build/registry/toolsets/intelligence.js +0 -12
  43. package/build/registry/toolsets/intelligence.js.map +0 -1
  44. package/build/tools/harness-ask.d.ts +0 -6
  45. package/build/tools/harness-ask.d.ts.map +0 -1
  46. package/build/tools/harness-ask.js +0 -123
  47. package/build/tools/harness-ask.js.map +0 -1
  48. package/build/tools/harness-chart.d.ts +0 -6
  49. package/build/tools/harness-chart.d.ts.map +0 -1
  50. package/build/tools/harness-chart.js +0 -188
  51. package/build/tools/harness-chart.js.map +0 -1
  52. package/build/tools/harness-execution-timeseries.d.ts +0 -6
  53. package/build/tools/harness-execution-timeseries.d.ts.map +0 -1
  54. package/build/tools/harness-execution-timeseries.js +0 -141
  55. 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
- [![CI](https://github.com/thisrohangupta/harness-mcp-v2/actions/workflows/ci.yml/badge.svg)](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,8 @@
1
+ declare const restructuredSchema: {
2
+ title: string;
3
+ definitions: {
4
+ "agent-pipeline": any;
5
+ };
6
+ };
7
+ export default restructuredSchema;
8
+ //# sourceMappingURL=agent-pipeline.d.ts.map
@@ -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"}