poe-code 3.0.450 → 3.0.451-beta.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/dist/index.js +2 -1
- package/dist/index.js.map +2 -2
- package/dist/metafile.json +1 -1
- package/package.json +2 -1
- package/packages/toolcraft/dist/http.d.ts +10 -0
- package/packages/toolcraft/dist/http.js +40 -0
package/dist/index.js
CHANGED
|
@@ -146968,7 +146968,7 @@ var init_package2 = __esm({
|
|
|
146968
146968
|
"package.json"() {
|
|
146969
146969
|
package_default2 = {
|
|
146970
146970
|
name: "poe-code",
|
|
146971
|
-
version: "3.0.
|
|
146971
|
+
version: "3.0.451-beta.1",
|
|
146972
146972
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
146973
146973
|
license: "MIT",
|
|
146974
146974
|
type: "module",
|
|
@@ -147245,6 +147245,7 @@ var init_package2 = __esm({
|
|
|
147245
147245
|
globals: "^17.3.0",
|
|
147246
147246
|
husky: "^9.1.7",
|
|
147247
147247
|
"mcp-oauth": "*",
|
|
147248
|
+
"mcp-oauth-server": "*",
|
|
147248
147249
|
memfs: "^4.56.10",
|
|
147249
147250
|
"opencode-poe-auth": "*",
|
|
147250
147251
|
"poe-oauth": "*",
|