democut 0.2.0 → 0.4.0
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 +90 -44
- package/dist/cli.js +16753 -650
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "democut",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "DemoCut 에이전트 CLI — device flow 로그인(RFC 8628) + 영상 생성",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "InfoGrab",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"generate:types": "openapi-typescript http://localhost:8000/api/_spec/openapi.json -o src/api.types.ts"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
+
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
42
43
|
"@types/node": "^22.10.0",
|
|
43
44
|
"openapi-typescript": "^7.13.0",
|
|
44
45
|
"tsup": "^8.3.5",
|