@yoonion/mimi-seed-mcp 0.11.0 → 0.12.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 +6 -1
- package/assets/agent-guide.md +21 -3
- package/dist/auth/cli.js +57 -4
- package/dist/auth/google-auth.d.ts +10 -1
- package/dist/auth/google-auth.js +20 -18
- package/dist/auth/scopes.d.ts +98 -0
- package/dist/auth/scopes.js +159 -0
- package/dist/checks/risks.js +12 -8
- package/dist/helpers.js +20 -8
- package/dist/index.js +3 -3
- package/dist/lib/package-root.d.ts +24 -0
- package/dist/lib/package-root.js +21 -0
- package/dist/playstore/tools.js +30 -8
- package/dist/registers/auth.js +37 -7
- package/dist/registers/firebase.js +7 -4
- package/dist/registers/iam.js +6 -5
- package/dist/registers/playstore.js +1 -1
- package/dist/registers/video.d.ts +2 -0
- package/dist/registers/video.js +165 -0
- package/dist/resources.d.ts +0 -5
- package/dist/resources.js +26 -122
- package/dist/server.js +2 -0
- package/dist/video/files.d.ts +3 -0
- package/dist/video/files.js +37 -0
- package/dist/video/project.d.ts +38 -0
- package/dist/video/project.js +255 -0
- package/dist/video/providers.d.ts +104 -0
- package/dist/video/providers.js +321 -0
- package/dist/video/render.d.ts +39 -0
- package/dist/video/render.js +320 -0
- package/dist/video/research.d.ts +86 -0
- package/dist/video/research.js +106 -0
- package/dist/video/schemas.d.ts +499 -0
- package/dist/video/schemas.js +101 -0
- package/dist/video/types.d.ts +79 -0
- package/dist/video/types.js +1 -0
- package/package.json +1 -1
- package/tool-manifest.json +309 -201
package/tool-manifest.json
CHANGED
|
@@ -1,205 +1,313 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "등록된 MCP
|
|
3
|
-
"total":
|
|
2
|
+
"$comment": "등록된 MCP 도구 + 도메인 메타데이터(label·credential·summary)의 SSOT. src/__tests__/tool-manifest.test.ts 가 실제 서버 등록 목록과 diff 하고 메타데이터 정합성을 검사한다. 도구 추가/삭제/개명 시 이 파일을 함께 갱신할 것 — 산문 문서에는 정확한 개수를 쓰지 말고 이 파일을 가리킬 것. mimi-seed://tools/catalog 리소스가 이 파일을 그대로 서빙한다.",
|
|
3
|
+
"total": 174,
|
|
4
4
|
"domains": {
|
|
5
|
-
"admob":
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
5
|
+
"admob": {
|
|
6
|
+
"label": "AdMob",
|
|
7
|
+
"credential": "Google OAuth",
|
|
8
|
+
"summary": "앱·광고 단위 생성, 오늘 수익·기간 리포트",
|
|
9
|
+
"tools": [
|
|
10
|
+
"admob_list_accounts",
|
|
11
|
+
"admob_list_apps",
|
|
12
|
+
"admob_list_ad_units",
|
|
13
|
+
"admob_get_today_earnings",
|
|
14
|
+
"admob_get_report",
|
|
15
|
+
"admob_create_app",
|
|
16
|
+
"admob_create_ad_unit"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"ai": {
|
|
20
|
+
"label": "AI 생성",
|
|
21
|
+
"credential": "ANTHROPIC_API_KEY 환경변수",
|
|
22
|
+
"summary": "커밋 기반 릴리스 노트·리뷰 답변 초안 생성",
|
|
23
|
+
"tools": [
|
|
24
|
+
"generate_release_notes_from_commits",
|
|
25
|
+
"generate_review_reply"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"android": {
|
|
29
|
+
"label": "Android 서명",
|
|
30
|
+
"credential": "없음 (로컬 파일 작업)",
|
|
31
|
+
"summary": "keystore 생성·서명 설정·Jenkins 로 Play SA 업로드",
|
|
32
|
+
"tools": [
|
|
33
|
+
"android_signing_setup",
|
|
34
|
+
"android_generate_keystore",
|
|
35
|
+
"jenkins_upload_playstore_sa"
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"appstore": {
|
|
39
|
+
"label": "App Store Connect",
|
|
40
|
+
"credential": "ASC API 키 (mimi-seed auth appstore)",
|
|
41
|
+
"summary": "버전·빌드 attach·What's New·스크린샷·IAP 심사 메타데이터·심사 제출",
|
|
42
|
+
"tools": [
|
|
43
|
+
"appstore_list_apps",
|
|
44
|
+
"appstore_verify_credentials",
|
|
45
|
+
"appstore_get_app",
|
|
46
|
+
"appstore_list_versions",
|
|
47
|
+
"appstore_create_version",
|
|
48
|
+
"appstore_attach_build",
|
|
49
|
+
"appstore_attach_latest_build",
|
|
50
|
+
"appstore_get_metadata",
|
|
51
|
+
"appstore_update_localization",
|
|
52
|
+
"appstore_list_screenshots",
|
|
53
|
+
"appstore_upload_screenshot",
|
|
54
|
+
"appstore_delete_screenshot",
|
|
55
|
+
"appstore_delete_screenshot_set",
|
|
56
|
+
"appstore_update_whats_new",
|
|
57
|
+
"appstore_update_review_notes",
|
|
58
|
+
"appstore_get_review_notes",
|
|
59
|
+
"appstore_list_builds",
|
|
60
|
+
"appstore_list_beta_groups",
|
|
61
|
+
"appstore_get_app_info",
|
|
62
|
+
"appstore_list_app_info_localizations",
|
|
63
|
+
"appstore_update_app_info_localization",
|
|
64
|
+
"appstore_create_app_info_localization",
|
|
65
|
+
"appstore_list_reviews",
|
|
66
|
+
"appstore_reply_review",
|
|
67
|
+
"appstore_create_inapp_purchase",
|
|
68
|
+
"appstore_create_subscription",
|
|
69
|
+
"appstore_list_products",
|
|
70
|
+
"appstore_update_product_review_note",
|
|
71
|
+
"appstore_upload_product_review_screenshot",
|
|
72
|
+
"appstore_update_product",
|
|
73
|
+
"appstore_delete_product",
|
|
74
|
+
"appstore_plan_release",
|
|
75
|
+
"appstore_submit_for_review",
|
|
76
|
+
"appstore_cancel_review"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
"auth": {
|
|
80
|
+
"label": "연결/진단",
|
|
81
|
+
"credential": "없음 (이것이 셋업 도구)",
|
|
82
|
+
"summary": "전체 연결 상태 스캔(mimi_seed_status)·OAuth 시작·원격 크리덴셜 동기화",
|
|
83
|
+
"tools": [
|
|
84
|
+
"mimi_seed_status",
|
|
85
|
+
"mimi_seed_auth_start",
|
|
86
|
+
"mimi_seed_auth_status",
|
|
87
|
+
"mimi_seed_remote_sync_credentials"
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
"bigquery": {
|
|
91
|
+
"label": "BigQuery",
|
|
92
|
+
"credential": "Google OAuth (또는 BigQuery 서비스 계정)",
|
|
93
|
+
"summary": "쿼리 실행·데이터셋/테이블/스키마 조회",
|
|
94
|
+
"tools": [
|
|
95
|
+
"bigquery_run_query",
|
|
96
|
+
"bigquery_list_datasets",
|
|
97
|
+
"bigquery_list_tables",
|
|
98
|
+
"bigquery_get_table_schema",
|
|
99
|
+
"bigquery_auth_status"
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
"checks": {
|
|
103
|
+
"label": "출시 점검",
|
|
104
|
+
"credential": "점검 대상 스토어의 자격증명",
|
|
105
|
+
"summary": "제출 전 위험 점검·스크린샷 규격 검증·릴리스 상태",
|
|
106
|
+
"tools": [
|
|
107
|
+
"playstore_check_submission_risks",
|
|
108
|
+
"appstore_check_submission_risks",
|
|
109
|
+
"screenshot_validate",
|
|
110
|
+
"release_status"
|
|
111
|
+
]
|
|
112
|
+
},
|
|
113
|
+
"ci": {
|
|
114
|
+
"label": "CI (GitHub Actions / GitLab)",
|
|
115
|
+
"credential": "GitHub/GitLab 토큰 (mimi-seed auth ci)",
|
|
116
|
+
"summary": "워크플로 조회·빌드 트리거/상태/취소 — Jenkins 빌드는 대상 아님",
|
|
117
|
+
"tools": [
|
|
118
|
+
"ci_save_config",
|
|
119
|
+
"ci_list_workflows",
|
|
120
|
+
"ci_trigger_build",
|
|
121
|
+
"ci_get_build_status",
|
|
122
|
+
"ci_list_recent_builds",
|
|
123
|
+
"ci_cancel_build"
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
"facebook": {
|
|
127
|
+
"label": "Facebook",
|
|
128
|
+
"credential": "Facebook 페이지 토큰 (mimi-seed auth facebook)",
|
|
129
|
+
"summary": "페이지 텍스트/사진/링크 포스팅",
|
|
130
|
+
"tools": [
|
|
131
|
+
"facebook_save_config",
|
|
132
|
+
"facebook_list_pages",
|
|
133
|
+
"facebook_get_page",
|
|
134
|
+
"facebook_post_photo",
|
|
135
|
+
"facebook_post_multi_photo",
|
|
136
|
+
"facebook_current_config"
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
"firebase": {
|
|
140
|
+
"label": "Firebase",
|
|
141
|
+
"credential": "Google OAuth",
|
|
142
|
+
"summary": "프로젝트/앱 생성·설정 파일 다운로드·서비스 활성화",
|
|
143
|
+
"tools": [
|
|
144
|
+
"firebase_list_projects",
|
|
145
|
+
"firebase_get_project",
|
|
146
|
+
"firebase_create_project",
|
|
147
|
+
"firebase_list_android_apps",
|
|
148
|
+
"firebase_create_android_app",
|
|
149
|
+
"firebase_get_android_config",
|
|
150
|
+
"firebase_delete_android_app",
|
|
151
|
+
"firebase_list_ios_apps",
|
|
152
|
+
"firebase_create_ios_app",
|
|
153
|
+
"firebase_get_ios_config",
|
|
154
|
+
"firebase_delete_ios_app",
|
|
155
|
+
"firebase_list_web_apps",
|
|
156
|
+
"firebase_create_web_app",
|
|
157
|
+
"firebase_get_web_config",
|
|
158
|
+
"firebase_delete_web_app",
|
|
159
|
+
"firebase_enable_service",
|
|
160
|
+
"firebase_enable_common_services",
|
|
161
|
+
"firebase_list_enabled_services",
|
|
162
|
+
"firebase_link_analytics",
|
|
163
|
+
"firebase_get_analytics_details"
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
"ga4": {
|
|
167
|
+
"label": "Google Analytics 4",
|
|
168
|
+
"credential": "Google OAuth",
|
|
169
|
+
"summary": "계정/속성·데이터 스트림 관리, 리포트 실행",
|
|
170
|
+
"tools": [
|
|
171
|
+
"ga4_list_account_summaries",
|
|
172
|
+
"ga4_list_properties",
|
|
173
|
+
"ga4_create_property",
|
|
174
|
+
"ga4_create_data_stream",
|
|
175
|
+
"ga4_list_data_streams",
|
|
176
|
+
"ga4_run_report"
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
"googleads": {
|
|
180
|
+
"label": "Google Ads",
|
|
181
|
+
"credential": "Google Ads 설정 (mimi-seed auth googleads, adwords 스코프)",
|
|
182
|
+
"summary": "캠페인 목록·캠페인/UAC 리포트",
|
|
183
|
+
"tools": [
|
|
184
|
+
"googleads_save_config",
|
|
185
|
+
"googleads_list_campaigns",
|
|
186
|
+
"googleads_get_campaign_report",
|
|
187
|
+
"googleads_get_uac_report",
|
|
188
|
+
"googleads_list_accessible_customers",
|
|
189
|
+
"googleads_config_status"
|
|
190
|
+
]
|
|
191
|
+
},
|
|
192
|
+
"gsc": {
|
|
193
|
+
"label": "Search Console",
|
|
194
|
+
"credential": "Google OAuth",
|
|
195
|
+
"summary": "URL 검사·검색 성과 분석·사이트맵 제출",
|
|
196
|
+
"tools": [
|
|
197
|
+
"gsc_list_sites",
|
|
198
|
+
"gsc_list_sitemaps",
|
|
199
|
+
"gsc_get_sitemap",
|
|
200
|
+
"gsc_submit_sitemap",
|
|
201
|
+
"gsc_inspect_url",
|
|
202
|
+
"gsc_search_analytics"
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
"iam": {
|
|
206
|
+
"label": "Google Cloud IAM",
|
|
207
|
+
"credential": "Google OAuth",
|
|
208
|
+
"summary": "서비스 계정 생성·키 발급·IAM 정책 바인딩",
|
|
209
|
+
"tools": [
|
|
210
|
+
"iam_list_service_accounts",
|
|
211
|
+
"iam_create_service_account",
|
|
212
|
+
"iam_list_keys",
|
|
213
|
+
"iam_create_key",
|
|
214
|
+
"iam_add_iam_policy_binding"
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
"instagram": {
|
|
218
|
+
"label": "Instagram",
|
|
219
|
+
"credential": "Instagram 토큰 (mimi-seed auth instagram)",
|
|
220
|
+
"summary": "사진·캐러셀·릴스 포스팅",
|
|
221
|
+
"tools": [
|
|
222
|
+
"instagram_save_config",
|
|
223
|
+
"instagram_get_account",
|
|
224
|
+
"instagram_post_image",
|
|
225
|
+
"instagram_post_carousel"
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
"jenkins": {
|
|
229
|
+
"label": "Jenkins",
|
|
230
|
+
"credential": "Jenkins URL + API 토큰 (mimi-seed auth jenkins)",
|
|
231
|
+
"summary": "크리덴셜·keystore 업로드·잡 생성/수정 — 빌드 트리거 도구는 없음",
|
|
232
|
+
"tools": [
|
|
233
|
+
"jenkins_status",
|
|
234
|
+
"jenkins_save_config",
|
|
235
|
+
"jenkins_list_credentials",
|
|
236
|
+
"jenkins_create_credential",
|
|
237
|
+
"jenkins_upload_keystore",
|
|
238
|
+
"jenkins_delete_credential",
|
|
239
|
+
"jenkins_list_jobs",
|
|
240
|
+
"jenkins_get_job_config",
|
|
241
|
+
"jenkins_create_job",
|
|
242
|
+
"jenkins_update_job"
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
"playstore": {
|
|
246
|
+
"label": "Google Play",
|
|
247
|
+
"credential": "Google OAuth (CI/헤드리스는 Play 서비스 계정)",
|
|
248
|
+
"summary": "리스팅·트랙 릴리스·이미지·리뷰 답변·통계·서비스 계정 등록",
|
|
249
|
+
"tools": [
|
|
250
|
+
"playstore_get_app",
|
|
251
|
+
"playstore_update_details",
|
|
252
|
+
"playstore_get_listing",
|
|
253
|
+
"playstore_update_listing",
|
|
254
|
+
"playstore_list_tracks",
|
|
255
|
+
"playstore_get_statistics",
|
|
256
|
+
"playstore_list_images",
|
|
257
|
+
"playstore_upload_image",
|
|
258
|
+
"playstore_delete_all_images",
|
|
259
|
+
"playstore_replace_images",
|
|
260
|
+
"playstore_update_release_notes",
|
|
261
|
+
"playstore_update_latest_release_notes",
|
|
262
|
+
"playstore_list_reviews",
|
|
263
|
+
"playstore_reply_review",
|
|
264
|
+
"playstore_list_inapp_products",
|
|
265
|
+
"playstore_list_subscriptions",
|
|
266
|
+
"playstore_create_onetime_product",
|
|
267
|
+
"playstore_create_subscription",
|
|
268
|
+
"playstore_verify_service_account",
|
|
269
|
+
"playstore_register_service_account",
|
|
270
|
+
"playstore_list_service_accounts",
|
|
271
|
+
"playstore_delete_service_account",
|
|
272
|
+
"playstore_plan_release",
|
|
273
|
+
"playstore_submit_release",
|
|
274
|
+
"playstore_promote_release",
|
|
275
|
+
"playstore_list_products",
|
|
276
|
+
"playstore_update_product",
|
|
277
|
+
"playstore_delete_product",
|
|
278
|
+
"setup_playstore_connection"
|
|
279
|
+
]
|
|
280
|
+
},
|
|
281
|
+
"threads": {
|
|
282
|
+
"label": "Threads",
|
|
283
|
+
"credential": "Threads 토큰 (mimi-seed auth threads)",
|
|
284
|
+
"summary": "텍스트/이미지 포스팅·토큰 갱신",
|
|
285
|
+
"tools": [
|
|
286
|
+
"threads_save_config",
|
|
287
|
+
"threads_refresh_token",
|
|
288
|
+
"threads_get_account",
|
|
289
|
+
"threads_post",
|
|
290
|
+
"threads_post_carousel",
|
|
291
|
+
"threads_current_config"
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
"video": {
|
|
295
|
+
"label": "영상 제작",
|
|
296
|
+
"credential": "ANTHROPIC_API_KEY / YOUTUBE_API_KEY / PEXELS_API_KEY / OPENAI_API_KEY + FFmpeg (기능별 선택)",
|
|
297
|
+
"summary": "story 스토리보드·유사 영상 리서치·라이선스 자산/이미지 생성·타임라인·MP4 렌더",
|
|
298
|
+
"tools": [
|
|
299
|
+
"video_plan_from_story",
|
|
300
|
+
"video_research_youtube",
|
|
301
|
+
"video_search_stock_assets",
|
|
302
|
+
"video_synthesize_research",
|
|
303
|
+
"video_download_stock_assets",
|
|
304
|
+
"video_generate_image",
|
|
305
|
+
"video_add_local_asset",
|
|
306
|
+
"video_build_timeline",
|
|
307
|
+
"video_render",
|
|
308
|
+
"video_job_status",
|
|
309
|
+
"video_validate"
|
|
310
|
+
]
|
|
311
|
+
}
|
|
204
312
|
}
|
|
205
313
|
}
|