poe-code 3.0.441-beta.1 → 3.0.441
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/dist/metafile.json +1 -1
- package/package.json +1 -1
- package/packages/tiny-http-mcp-server/LICENSE +21 -0
- package/packages/tiny-http-mcp-server/dist/cli.js +4 -15
- package/packages/tiny-http-mcp-server/dist/testing.d.ts +2 -2
- package/packages/tiny-http-mcp-server/dist/testing.js +11 -4
- package/packages/tiny-http-mcp-server/package.json +17 -14
package/dist/index.js
CHANGED
|
@@ -145420,7 +145420,7 @@ var init_package2 = __esm({
|
|
|
145420
145420
|
"package.json"() {
|
|
145421
145421
|
package_default2 = {
|
|
145422
145422
|
name: "poe-code",
|
|
145423
|
-
version: "3.0.441
|
|
145423
|
+
version: "3.0.441",
|
|
145424
145424
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
145425
145425
|
license: "MIT",
|
|
145426
145426
|
type: "module",
|