Some checks failed
CI/CD / lint (pull_request) Successful in 1m1s
CI/CD / typecheck (pull_request) Successful in 2m6s
CI/CD / test (pull_request) Successful in 1m19s
CI/CD / build (pull_request) Successful in 2m24s
CI/CD / smoke (pull_request) Failing after 3m9s
CI/CD / publish (pull_request) Has been skipped
Pulumi's closure serializer reaches the dynamic provider's internal submodules (dist/engine.js, dist/kinds.js) by subpath. An `exports` allowlist with only "." blocks that: `pulumi preview` failed with "package.json export path for .../dist/kinds.js not found". Removing `exports` (keeping main/types) lets the serializer resolve them. Verified end-to-end: a real `pulumi up` from kubernetes-deployment updated mcpd's qwen3-thinking llm and it probes 200. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
29 lines
625 B
JSON
29 lines
625 B
JSON
{
|
|
"name": "@mcpctl/pulumi",
|
|
"version": "0.0.2",
|
|
"description": "Pulumi dynamic provider for mcpctl resources (llms, servers, projects, ...). Manage mcpctl declaratively from any TypeScript Pulumi program.",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"clean": "rimraf dist",
|
|
"test": "vitest",
|
|
"test:run": "vitest run"
|
|
},
|
|
"keywords": [
|
|
"pulumi",
|
|
"mcpctl",
|
|
"mcp",
|
|
"provider"
|
|
],
|
|
"peerDependencies": {
|
|
"@pulumi/pulumi": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pulumi/pulumi": "^3.0.0"
|
|
}
|
|
}
|