poe-code 3.0.300 → 3.0.302
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/packages/tiny-http-mcp-oauth-test-server/dist/cli.js +34 -16
- package/packages/tiny-http-mcp-oauth-test-server/dist/index.js +12 -2
- package/packages/tiny-http-mcp-server/dist/auth.js +22 -2
- package/packages/tiny-http-mcp-server/dist/cli.js +38 -14
- package/packages/tiny-http-mcp-server/dist/http-transport.d.ts +1 -0
- package/packages/tiny-http-mcp-server/dist/http-transport.js +25 -8
package/dist/index.js
CHANGED
|
@@ -136916,7 +136916,7 @@ var init_package2 = __esm({
|
|
|
136916
136916
|
"package.json"() {
|
|
136917
136917
|
package_default2 = {
|
|
136918
136918
|
name: "poe-code",
|
|
136919
|
-
version: "3.0.
|
|
136919
|
+
version: "3.0.302",
|
|
136920
136920
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
136921
136921
|
type: "module",
|
|
136922
136922
|
main: "./dist/index.js",
|