We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c421d52 commit a0b063bCopy full SHA for a0b063b
2 files changed
packages/mcp/index.ts
@@ -307,3 +307,5 @@ export const getTinyVueMcpConfig = ({ t }: { t?: ((path: string) => string) | nu
307
}
308
309
310
+
311
+export { zhCN, enUS }
packages/mcp/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@opentiny/tiny-vue-mcp",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"description": "",
5
"author": "",
6
"license": "ISC",
@@ -23,4 +23,4 @@
23
"vite": "^6.3.1",
24
"vite-plugin-dts": "^4.5.4"
25
26
-}
+}
0 commit comments