@stdiobus/workers-registry 1.3.8 → 1.3.9
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 +1 -1
- package/out/dist/workers/acp-worker/index.js.map +1 -1
- package/out/dist/workers/index.js +3 -3
- package/out/dist/workers/mcp-echo-server/index.js.map +1 -1
- package/out/dist/workers/mcp-echo-server/mcp-echo-server-config.json +2 -2
- package/out/tsc/workers-registry/acp-worker/src/acp/content-mapper.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/src/acp/tools.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/src/agent.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/src/index.d.ts +2 -0
- package/out/tsc/workers-registry/acp-worker/src/mcp/manager.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/src/registry-launcher/config/config.property.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/src/registry-launcher/config/config.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/src/registry-launcher/log.test.d.ts +10 -0
- package/out/tsc/workers-registry/acp-worker/src/registry-launcher/registry/index.property.test.d.ts +1 -0
- package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/registry/types.d.ts +1 -1
- package/out/tsc/workers-registry/acp-worker/src/registry-launcher/router/message-router.property.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/src/registry-launcher/runtime/manager.property.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/src/registry-launcher/runtime/manager.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/src/registry-launcher/stream/ndjson-handler.property.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/src/registry-launcher/stream/ndjson-handler.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/src/session/session.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/integration/acp.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/integration/error-scenarios.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/integration/mcp.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/integration/registry-launcher.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/mcp-proxy/connection.property.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/mcp-proxy/connection.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/mcp-proxy/converter.property.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/mcp-proxy/converter.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/mcp-proxy/index.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/mcp-proxy/integration.property.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/mcp-proxy/integration.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/mcp-proxy/state.property.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/mcp-proxy/state.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/spec-validation/echo-worker-roundtrip.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/spec-validation/echo-worker-sessionid.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/spec-validation/ndjson-client-roundtrip.test.d.ts +1 -0
- package/out/tsc/workers-registry/acp-worker/tests/spec-validation/rfc2119.test.d.ts +1 -0
- package/out/tsc/workers-registry/index.d.ts +4 -0
- package/package.json +9 -7
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/acp/client-capabilities.d.ts +0 -0
- /package/out/tsc/{workers/acp-worker/src/index.d.ts → workers-registry/acp-worker/src/acp/client-capabilities.test.d.ts} +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/acp/content-mapper.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/acp/index.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/acp/tools.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/agent.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/mcp/connection.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/mcp/index.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/mcp/manager.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/mcp/types.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/mcp-proxy/connection.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/mcp-proxy/converter.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/mcp-proxy/index.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/mcp-proxy/state.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/mcp-proxy/types.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/config/api-keys.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/config/config.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/config/index.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/config/types.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/index.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/log.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/registry/index.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/registry/resolver.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/router/index.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/router/message-router.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/runtime/agent-runtime.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/runtime/index.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/runtime/manager.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/runtime/types.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/stream/index.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/stream/ndjson-handler.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/registry-launcher/test-utils/index.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/session/index.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/session/manager.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/session/session.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/session/types.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/acp-worker/src/test-utils/test-harness.d.ts +0 -0
- /package/out/tsc/{workers → workers-registry}/launcher/index.d.ts +0 -0
- /package/out/tsc/{workers/mcp-echo-server/mcp-echo-server.d.ts → workers-registry/mcp-echo-server/index.d.ts} +0 -0