Skip to content

Commit be7ced5

Browse files
authored
Merge pull request #191 from aicodingstack/codex/deepseek-v4-0731
refactor(manifests): remove MCP resource field
2 parents 0514b99 + 3577322 commit be7ced5

81 files changed

Lines changed: 69 additions & 168 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/data-health.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,57 +73,57 @@
7373
},
7474
"translationsByLocale": {
7575
"de": {
76-
"totalStrings": 467,
76+
"totalStrings": 465,
7777
"matchingEnglish": 39,
7878
"matchingEnglishPercent": 8.4
7979
},
8080
"es": {
81-
"totalStrings": 467,
81+
"totalStrings": 465,
8282
"matchingEnglish": 25,
8383
"matchingEnglishPercent": 5.4
8484
},
8585
"fr": {
86-
"totalStrings": 467,
86+
"totalStrings": 465,
8787
"matchingEnglish": 36,
8888
"matchingEnglishPercent": 7.7
8989
},
9090
"id": {
91-
"totalStrings": 467,
91+
"totalStrings": 465,
9292
"matchingEnglish": 30,
93-
"matchingEnglishPercent": 6.4
93+
"matchingEnglishPercent": 6.5
9494
},
9595
"ja": {
96-
"totalStrings": 467,
96+
"totalStrings": 465,
9797
"matchingEnglish": 23,
9898
"matchingEnglishPercent": 4.9
9999
},
100100
"ko": {
101-
"totalStrings": 467,
101+
"totalStrings": 465,
102102
"matchingEnglish": 23,
103103
"matchingEnglishPercent": 4.9
104104
},
105105
"pt": {
106-
"totalStrings": 467,
106+
"totalStrings": 465,
107107
"matchingEnglish": 31,
108-
"matchingEnglishPercent": 6.6
108+
"matchingEnglishPercent": 6.7
109109
},
110110
"ru": {
111-
"totalStrings": 467,
111+
"totalStrings": 465,
112112
"matchingEnglish": 23,
113113
"matchingEnglishPercent": 4.9
114114
},
115115
"tr": {
116-
"totalStrings": 467,
116+
"totalStrings": 465,
117117
"matchingEnglish": 26,
118118
"matchingEnglishPercent": 5.6
119119
},
120120
"zh-Hans": {
121-
"totalStrings": 467,
121+
"totalStrings": 465,
122122
"matchingEnglish": 22,
123123
"matchingEnglishPercent": 4.7
124124
},
125125
"zh-Hant": {
126-
"totalStrings": 467,
126+
"totalStrings": 465,
127127
"matchingEnglish": 22,
128128
"matchingEnglishPercent": 4.7
129129
}

docs/DATA-HEALTH.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ Exact English matches are a triage signal; product names and technical terms can
3737

3838
| Locale | Comparable strings | Exact English matches | Match rate |
3939
| --- | ---: | ---: | ---: |
40-
| de | 467 | 39 | 8.4% |
41-
| es | 467 | 25 | 5.4% |
42-
| fr | 467 | 36 | 7.7% |
43-
| id | 467 | 30 | 6.4% |
44-
| ja | 467 | 23 | 4.9% |
45-
| ko | 467 | 23 | 4.9% |
46-
| pt | 467 | 31 | 6.6% |
47-
| ru | 467 | 23 | 4.9% |
48-
| tr | 467 | 26 | 5.6% |
49-
| zh-Hans | 467 | 22 | 4.7% |
50-
| zh-Hant | 467 | 22 | 4.7% |
40+
| de | 465 | 39 | 8.4% |
41+
| es | 465 | 25 | 5.4% |
42+
| fr | 465 | 36 | 7.7% |
43+
| id | 465 | 30 | 6.5% |
44+
| ja | 465 | 23 | 4.9% |
45+
| ko | 465 | 23 | 4.9% |
46+
| pt | 465 | 31 | 6.7% |
47+
| ru | 465 | 23 | 4.9% |
48+
| tr | 465 | 26 | 5.6% |
49+
| zh-Hans | 465 | 22 | 4.7% |
50+
| zh-Hant | 465 | 22 | 4.7% |
5151

5252
## Backlog by Issue Type
5353

manifests/$schemas/ref/product.schema.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,20 +214,14 @@
214214
"pattern": "^https://",
215215
"description": "Pricing information URL"
216216
},
217-
"mcp": {
218-
"type": ["string", "null"],
219-
"format": "uri",
220-
"pattern": "^https://",
221-
"description": "MCP (Model Context Protocol) documentation URL"
222-
},
223217
"issue": {
224218
"type": ["string", "null"],
225219
"format": "uri",
226220
"pattern": "^https://",
227221
"description": "Issue tracker URL (e.g., GitHub Issues)"
228222
}
229223
},
230-
"required": ["download", "changelog", "pricing", "mcp", "issue"],
224+
"required": ["download", "changelog", "pricing", "issue"],
231225
"additionalProperties": false
232226
}
233227
}

manifests/clis/amazon-q-developer-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"download": "https://aws.amazon.com/developer/learning/q-developer-cli",
6969
"changelog": "https://github.com/aws/amazon-q-developer-cli/releases",
7070
"pricing": "https://aws.amazon.com/q/developer/pricing",
71-
"mcp": null,
7271
"issue": "https://github.com/aws/amazon-q-developer-cli/issues"
7372
},
7473
"communityUrls": {

manifests/clis/amp-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
"download": "https://ampcode.com/manual",
8787
"changelog": "https://ampcode.com",
8888
"pricing": "https://ampcode.com/pricing",
89-
"mcp": null,
9089
"issue": null
9190
},
9291
"communityUrls": {

manifests/clis/antigravity-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@
131131
"download": "https://antigravity.google/download",
132132
"changelog": "https://antigravity.google/changelog",
133133
"pricing": "https://antigravity.google/pricing",
134-
"mcp": "https://antigravity.google/docs/mcp",
135134
"issue": "https://github.com/google-antigravity/antigravity-cli/issues"
136135
},
137136
"communityUrls": {

manifests/clis/auggie-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"download": "https://docs.augmentcode.com/cli/overview",
7373
"changelog": null,
7474
"pricing": "https://www.augmentcode.com/pricing",
75-
"mcp": "https://www.augmentcode.com/mcp",
7675
"issue": null
7776
},
7877
"communityUrls": {

manifests/clis/claude-code-cli.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
{
6565
"url": "https://code.claude.com/docs/en/mcp",
6666
"title": "Claude Code MCP documentation",
67-
"fields": ["description", "resourceUrls.mcp"]
67+
"fields": ["description"]
6868
},
6969
{
7070
"url": "https://www.linkedin.com/company/anthropicresearch",
@@ -163,7 +163,6 @@
163163
"download": "https://code.claude.com/docs/en/installation",
164164
"changelog": "https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md",
165165
"pricing": "https://claude.com/pricing",
166-
"mcp": "https://code.claude.com/docs/en/mcp",
167166
"issue": "https://github.com/anthropics/claude-code/issues"
168167
},
169168
"communityUrls": {

manifests/clis/cline-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"download": "https://www.npmjs.com/package/cline",
8080
"changelog": null,
8181
"pricing": "https://cline.bot/pricing",
82-
"mcp": "https://cline.bot/mcp-marketplace",
8382
"issue": "https://github.com/cline/cline/issues"
8483
},
8584
"communityUrls": {

manifests/clis/codebuddy-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
"download": "https://www.codebuddy.ai/docs/cli/quickstart",
8888
"changelog": null,
8989
"pricing": "https://www.codebuddy.ai/docs/ide/Account/pricing",
90-
"mcp": null,
9190
"issue": null
9291
},
9392
"communityUrls": {

0 commit comments

Comments
 (0)